Removed comma

This commit is contained in:
paca70
2006-05-01 12:56:57 +00:00
parent 332135efd0
commit e7226b2bc8
+1 -1
View File
@@ -8,7 +8,7 @@
CREATE TABLE prefix_question_randomsamatch (
id SERIAL PRIMARY KEY,
question integer NOT NULL default '0',
choose integer NOT NULL default '4',
choose integer NOT NULL default '4'
);
CREATE INDEX prefix_question_randomsamatch_question_idx ON prefix_question_randomsamatch (question);