You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DB migrations are implicit and automatic by default in the subquery framework. This introduces risk in the production environment and implies a necessity to re-index post-migration, which would otherwise be unnecessary due to the forward compatible nature of the current design (i.e. primitives).
Goals
Incorporate schema & data migrations into version control to improve reproducibility and transparency.
Add support for data migrations, leveraging the forward compatible design of the primitive entities.
Eliminate the need to re-index after schema changes & support typescript source migrations.
Objective
Support explicit and version controlled DB migrations via graphile-migrate and plv8/plv8ify.
Origin Document
DB migrations are implicit and automatic by default in the subquery framework. This introduces risk in the production environment and implies a necessity to re-index post-migration, which would otherwise be unnecessary due to the forward compatible nature of the current design (i.e. primitives).
Goals
Deliverables
db:*
/plv8ify
)Non-goals / Non-deliverables
General deliverables
Creator: @bryanchriswhite
The text was updated successfully, but these errors were encountered: