diff options
-rw-r--r-- | install/schema_mysql.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql index 693cad1a8..161c174e5 100644 --- a/install/schema_mysql.sql +++ b/install/schema_mysql.sql @@ -555,7 +555,7 @@ CREATE TABLE IF NOT EXISTS `iconfig` ( KEY `iid` (`iid`), KEY `cat` (`cat`), KEY `k` (`k`), - KEY `sharing` (`sharing`), + KEY `sharing` (`sharing`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `issue` ( |