core icon indicating copy to clipboard operation
core copied to clipboard

Runner#alter_enum_values fails on check constraints using enums

Open 7even opened this issue 7 years ago • 0 comments

If the database schema contains any check constraints that mention an enum field, then running AlterEnumValues against that enum type fails.

A possible solution would be to drop check constraints before recreating the enum and create them back afterwards.

7even avatar Feb 02 '18 13:02 7even