Closed Rikuoja closed 2 years ago
Fix constrains that have names based on old table names. They cause confusion whenever new migrations are done.
Will make a PR soon
Basically, will need to make a migration that looks at constraint names first. If db is created from model.sql, the names are already right.
Fix constrains that have names based on old table names. They cause confusion whenever new migrations are done.