PT-1554 Fixed tests for duplicate key checker

This commit is contained in:
Carlos Salguero
2018-06-14 10:45:36 -03:00
parent accdd7712b
commit 5a47bac4d4
3 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
# UNIQUE KEY `domain` (`domain`),
# UNIQUE KEY `unique_key_domain` (`domain`)
# Column types:
# `domain` varchar(175) character set utf8 collate utf8_bin not null
# `domain` varchar(175) collate utf8_bin not null
# To remove this duplicate index, execute:
ALTER TABLE `test`.`domains` DROP INDEX `domain`;