From 19cb9e230c93bf74994ebaa43ce18520d078ae2b Mon Sep 17 00:00:00 2001 From: Martin Ambrus Date: Tue, 24 Oct 2017 21:04:33 +0200 Subject: [PATCH] fix: SQL duplication of key --- install/data/sql.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/install/data/sql.sql b/install/data/sql.sql index c933f1db..8891dbba 100644 --- a/install/data/sql.sql +++ b/install/data/sql.sql @@ -773,7 +773,6 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%forum_post` ( `coor0` int(11) DEFAULT NULL, `report0` int(11) DEFAULT NULL, PRIMARY KEY (`id`), - KEY `topic-owner` (`topic`,`owner`) KEY `topic-owner` (`topic`,`owner`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;