errant semi-colon, doesn't matter but still

This commit is contained in:
KimLS 2015-05-23 15:53:56 -07:00
parent 7d61934ce6
commit a882397eb6

View File

@ -3,4 +3,4 @@ CREATE TABLE `db_str` (
`type` INT(10) NOT NULL,
`value` TEXT NOT NULL,
PRIMARY KEY (`id`, `type`)
);;
);