Skip to content

Commit

Permalink
Fixing postgres upgrade to match postgres7.sql (bug 3547)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjollnir_ committed Jun 19, 2005
1 parent 9d7b35c commit f0ee6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/db/postgres7.php
Expand Up @@ -531,7 +531,7 @@ function quiz_upgrade($oldversion) {
flags integer NOT NULL default '0'
);");

modify_database ('', "CREATE UNIQUE INDEX prefix_quiz_rqp_type_name_uk ON prefix_quiz_rqp_type (name);");
modify_database ('', "CREATE UNIQUE INDEX prefix_quiz_rqp_types_name_uk ON prefix_quiz_rqp_types (name);");

commit_sql();
}
Expand Down

0 comments on commit f0ee6c7

Please sign in to comment.