mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +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'
|
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();
|
commit_sql();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue