mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merged from MOODLE_15_STABLE: Fixing postgres upgrade to match postgres7.sql (bug 3547)
This commit is contained in:
parent
b71748a86c
commit
f45ea97457
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue