Forgot to remove the comma

This commit is contained in:
jgen 2014-02-22 22:06:33 -05:00
parent 1c6b306ac6
commit 72ea1acf1d

View File

@ -321,7 +321,7 @@ EOD;
$db->create_table("tags", " $db->create_table("tags", "
id SCORE_AIPK, id SCORE_AIPK,
tag VARCHAR(64) UNIQUE NOT NULL, tag VARCHAR(64) UNIQUE NOT NULL,
count INTEGER NOT NULL DEFAULT 0, count INTEGER NOT NULL DEFAULT 0
"); ");
$db->execute("CREATE INDEX tags_tag_idx ON tags(tag)", array()); $db->execute("CREATE INDEX tags_tag_idx ON tags(tag)", array());