Forgot to remove the comma
This commit is contained in:
parent
1c6b306ac6
commit
72ea1acf1d
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ EOD;
|
|||
$db->create_table("tags", "
|
||||
id SCORE_AIPK,
|
||||
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());
|
||||
|
||||
|
|
Reference in a new issue