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
Add volatile default requires full table rewrite hazard (#258)
* Add hazard for new NOT NULL columns requiring backfill
Adding a new NOT NULL column usually needs a backfill.
This change adds a hazard and shows a suggested online migration path
(add nullable -> backfill -> set NOT NULL).
* Tweak
---------
Co-authored-by: catatsuy <catatsuy@catatsuy.org>
0 commit comments