[fix] bug in mysql.sql => forgot one comma , to remove
This commit is contained in:
parent
1fb006b41a
commit
2062b1907e
|
@ -392,7 +392,7 @@ CREATE TABLE `variable` (
|
|||
`comment` mediumtext,
|
||||
`type` text,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `name` (`name`),
|
||||
UNIQUE KEY `name` (`name`)
|
||||
) ENGINE=MyISAM;
|
||||
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue