Down section of migration replay can skip constraint removal for tables that are being removed #6

Closed
opened 2017-01-27 02:05:23 +00:00 by jamie · 1 comment
jamie commented 2017-01-27 02:05:23 +00:00 (Migrated from git.hazaar.io)

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.

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.
jamie commented 2017-01-27 11:21:43 +00:00 (Migrated from git.hazaar.io)

added ~161 label

added ~161 label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: hazaar/hazaar-dbi#6
No description provided.