Skip to content

Commit

Permalink
Fixed syntax error (extra comma) in Postgres version of quiz sql
Browse files Browse the repository at this point in the history
  • Loading branch information
sam_marshall committed Apr 10, 2006
1 parent 3f763c8 commit 3a2c772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/db/postgres7.sql
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ CREATE TABLE prefix_question_sessions (
newest integer NOT NULL default '0', newest integer NOT NULL default '0',
newgraded integer NOT NULL default '0', newgraded integer NOT NULL default '0',
sumpenalty real NOT NULL default '0', sumpenalty real NOT NULL default '0',
comment text NOT NULL default '', comment text NOT NULL default ''
); );


CREATE UNIQUE INDEX prefix_question_sessions_attempt_idx ON prefix_question_sessions (attemptid,questionid); CREATE UNIQUE INDEX prefix_question_sessions_attempt_idx ON prefix_question_sessions (attemptid,questionid);
Expand Down

0 comments on commit 3a2c772

Please sign in to comment.