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

Add support for "stopping points" #36

Open
rtweeks opened this issue Aug 10, 2019 · 0 comments
Open

Add support for "stopping points" #36

rtweeks opened this issue Aug 10, 2019 · 0 comments
Assignees

Comments

@rtweeks
Copy link
Owner

rtweeks commented Aug 10, 2019

Stopping points are migrations with an SQL boolean expression attached; if the boolean expression is true, the sql of the migration is carried out, otherwise the upgrade is early-exited with a message about how to proceed.

Use of stopping points precludes single-transaction upgrade guarantees, but it enables functionality like non-blocking index creation (#25) and shared database management (#6).

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

No branches or pull requests

1 participant