From: paca70 Date: Mon, 1 May 2006 12:56:57 +0000 (+0000) Subject: Removed comma X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e7226b2bc894efc3a98b6236bd22c97691a1be22;p=moodle.git Removed comma --- diff --git a/question/type/randomsamatch/db/postgres7.sql b/question/type/randomsamatch/db/postgres7.sql index 67fa91e45c..0afa172c87 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);