Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve auto migration #176

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

taqenoqo
Copy link

So far, only the following migration steps have been possible:

[[Migration a1 a2 pure, Migration b1 b2 pure]
, [Migration a2 a3 pure, Migration b2 b2 pure]
, [Migration a3 a4 pure, Migration b2 b3 pure]
]

This pull request makes it possible to write the following flexible steps:

[[Migration a1 a2 pure, Migration b1 b2 pure]
, [Migration a2 a3 pure]
, [Migration a3 a4 pure]
, []
, [Migration b2 b3 pure]
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant