[fix] bug in mysql.sql => forgot one comma , to remove

This commit is contained in:
Benjamin Sonntag 2015-04-29 14:51:53 +02:00
parent 1fb006b41a
commit 2062b1907e
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ CREATE TABLE `variable` (
`comment` mediumtext,
`type` text,
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`),
UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM;
--