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
Changing possible enum values fails due to default constraint.
ALTER TABLE "public"."TableName" ALTER COLUMN "columnName" DROP DEFAULT;
^^ Please add this to the migration
Changing possible enum values fails due to default constraint.
ALTER TABLE "public"."TableName" ALTER COLUMN "columnName" DROP DEFAULT;
^^ Please add this to the migration