Down section of migration replay can skip constraint removal for tables that are being removed #6
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-dbi#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When we remove a table the constraints are removed automatically. We still detect the differences on constraints so there are down scripts for removing them that are unnecessary. We can just check if the table the constraint is on is being removed and if so we can skip adding the remove script.
added ~161 label