Constraint removal in migration replay needs table name #7

Closed
opened 2017-01-27 02:06:52 +00:00 by jamie · 4 comments
jamie commented 2017-01-27 02:06:52 +00:00 (Migrated from git.hazaar.io)

Currently we just have the name, which is fine for most entities (tables, indexes) but not for constraints as the way to remove it is to alter the table.

format should be:

{
  "name":"constraint_name",
  "table": "table_name"
}
Currently we just have the name, which is fine for most entities (tables, indexes) but not for constraints as the way to remove it is to alter the table. format should be: ``` { "name":"constraint_name", "table": "table_name" } ```
jamie commented 2017-01-27 10:42:05 +00:00 (Migrated from git.hazaar.io)

added ~160 label

added ~160 label
jamie commented 2017-01-27 10:50:55 +00:00 (Migrated from git.hazaar.io)

added ~161 and removed ~160 labels

added ~161 and removed ~160 labels
jamie commented 2017-01-27 11:21:16 +00:00 (Migrated from git.hazaar.io)

closed

closed
jamie commented 2017-01-27 11:21:17 +00:00 (Migrated from git.hazaar.io)

removed ~161 label

removed ~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#7
No description provided.