]> git.mjollnir.org Git - moodle.git/commitdiff
Removed comma
authorpaca70 <paca70>
Mon, 1 May 2006 12:56:57 +0000 (12:56 +0000)
committerpaca70 <paca70>
Mon, 1 May 2006 12:56:57 +0000 (12:56 +0000)
question/type/randomsamatch/db/postgres7.sql

index 67fa91e45c18babf70f9fcbcc0d09a73689f955d..0afa172c87afea0d67c72a3ff90cab8d73f26c6d 100644 (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);