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
This is unlikely to change until some specialized migration language is introduced. It doesn't seems like a big problem to have refactoring done in multiple steps :(
If you rename enum A -> A' and then B -> A, database migrations become destructive. Both enums and columns using it are dropped and then recreated .
When you just rename A -> A', run the migrations, and then rename B -> A, everything works as expected.
The text was updated successfully, but these errors were encountered: