migration: delete the unique key for name
Showing
1 changed file
with
1 additions
and
2 deletions
| ... | @@ -15,8 +15,7 @@ | ... | @@ -15,8 +15,7 @@ |
| 15 | // `statements` longtext COMMENT 'SQL statements for this migration', | 15 | // `statements` longtext COMMENT 'SQL statements for this migration', |
| 16 | // `rollback_statements` longtext, | 16 | // `rollback_statements` longtext, |
| 17 | // `status` enum('update','rollback') DEFAULT NULL COMMENT 'update indicates it is a normal migration while rollback means this migration is rolled back', | 17 | // `status` enum('update','rollback') DEFAULT NULL COMMENT 'update indicates it is a normal migration while rollback means this migration is rolled back', |
| 18 | // PRIMARY KEY (`id_migration`), | 18 | // PRIMARY KEY (`id_migration`) |
| 19 | // UNIQUE KEY `name` (`name`) | ||
| 20 | // ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 19 | // ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| 21 | package migration | 20 | package migration |
| 22 | 21 | ... | ... |
-
Please register or sign in to post a comment