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
Treat the variants of a sum type as an ordered list. Require that the pre-migration type is a prefix of the post-migration type, rather than exactly equal. Add a smoketest that it is possible to add a new enum variant in a publish without -c.
Treat the variants of a sum type as an ordered list. Require that the pre-migration type is a prefix of the post-migration type, rather than exactly equal. Add a smoketest that it is possible to add a new enum variant in a publish without
-c.