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 was archived by the owner on Jun 4, 2024. It is now read-only.
enum type name generation should include table name. Currently it conflict with other column name. enum_column_name to enum_table_name_column_name. This is required in case like Task.status can be one of ["open", "working", "closed"] and Invoice.status can be one of draft, ready or billed (bug)
2 changes related to enum in PgSQL is required
["open", "working", "closed"]
and Invoice.status can be one of draft, ready or billed (bug)The text was updated successfully, but these errors were encountered: