db-migrate / db-migrate/node-db-migrate

schema propagation util

Open
#688 0 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
JavaScript
Stars
2.3k
Forks
361
PR merge metrics
No merged PRs in 30d

Description

# Description

To migrate to v2 migrations it will be necessary to get a reflection of the currently deployed schema. We will offer two options.

## Propagate flag

A flag in `_meta` to tell to not execute this migration on the database, but learn the schema from the executed commands.

## Propagate plugin

A plugin adding functionality to execute v1 migrations that have been executed already and learn through the commands executed the schema. It will document failed operations, and stop at failure to let the user intervene by adding a migrate functionality on the failed migration where he can describe the changes made with the new v2 functions.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.