[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,
|
`comment` mediumtext,
|
||||||
`type` text,
|
`type` text,
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
UNIQUE KEY `name` (`name`),
|
UNIQUE KEY `name` (`name`)
|
||||||
) ENGINE=MyISAM;
|
) ENGINE=MyISAM;
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in New Issue