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
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
When create_enum is used in a change migration, that migration can't be rolled-back. One must use up and down and specify drop_enum as a counterpart to... drop enum :-)
The text was updated successfully, but these errors were encountered:
When
create_enum
is used in achange
migration, that migration can't be rolled-back. One must useup
anddown
and specifydrop_enum
as a counterpart to... drop enum :-)The text was updated successfully, but these errors were encountered: