diff --git a/resources/db_update_scripts/current.sql b/resources/db_update_scripts/current.sql index 788ca7b00d..98e4883009 100644 --- a/resources/db_update_scripts/current.sql +++ b/resources/db_update_scripts/current.sql @@ -6,7 +6,6 @@ CREATE TABLE IF NOT EXISTS `Keyword_Keyword` ( KEY `FKC121395356E25A3A` (`associatedKeywords_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; - ALTER TABLE `Keyword_Keyword` ADD CONSTRAINT `FKC121395356E25A3A` FOREIGN KEY (`associatedKeywords_id`) REFERENCES `Keyword` (`id`), ADD CONSTRAINT `FKC121395398ED461` FOREIGN KEY (`Keyword_id`) REFERENCES `Keyword` (`id`); \ No newline at end of file