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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: