* Fix sql syntax error
This commit is contained in:
+1
-1
@@ -15996,7 +15996,7 @@ CREATE TABLE IF NOT EXISTS `zt_metric` (
|
||||
`fromID` mediumint unsigned NOT NULL DEFAULT 0,
|
||||
`order` mediumint unsigned NOT NULL DEFAULT '0',
|
||||
`deleted` enum('0','1') NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`id`),
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
-- DROP TABLE IF EXISTS `zt_metriclib`;
|
||||
|
||||
Reference in New Issue
Block a user