diff --git a/question/type/randomsamatch/db/postgres7.sql b/question/type/randomsamatch/db/postgres7.sql index 67fa91e45c1..0afa172c87a 100644 --- a/question/type/randomsamatch/db/postgres7.sql +++ b/question/type/randomsamatch/db/postgres7.sql @@ -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);