Remove comma preventing db create script running

This commit is contained in:
SteveGilvarry 2015-12-29 00:04:17 +11:00
parent 769b1f713c
commit eb2829a680
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ CREATE TABLE `Storage` (
`Id` smallint(5) unsigned NOT NULL auto_increment,
`Path` varchar(64) NOT NULL default '',
`Name` varchar(64) NOT NULL default '',
PRIMARY KEY (`Id`),
PRIMARY KEY (`Id`)
) ENGINE=@ZM_MYSQL_ENGINE@;
--