Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit b328e0b

Browse files
committed
ENH: refs #0278. Rogue Comma.
1 parent 7b7781e commit b328e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/database/mysql/3.0.1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CREATE TABLE IF NOT EXISTS `assetstore` (
2424
`name` varchar(255) NOT NULL,
2525
`path` varchar(512) NOT NULL,
2626
`type` tinyint(4) NOT NULL,
27-
PRIMARY KEY (`assetstore_id`),
27+
PRIMARY KEY (`assetstore_id`)
2828
) DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;
2929

3030

0 commit comments

Comments
 (0)