From e7226b2bc894efc3a98b6236bd22c97691a1be22 Mon Sep 17 00:00:00 2001 From: paca70 Date: Mon, 1 May 2006 12:56:57 +0000 Subject: [PATCH] Removed comma --- question/type/randomsamatch/db/postgres7.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5