mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Fixing postgres upgrade for quiz
This commit is contained in:
parent
173a1cb5ef
commit
9d99be2aa4
@ -316,7 +316,7 @@ function quiz_upgrade($oldversion) {
|
||||
}
|
||||
|
||||
if ($oldversion < 2005032300) {
|
||||
modify_database ('', 'ALTER TABLE prefix_quiz_question_version RENAME prefix_quiz_question_versions;');
|
||||
modify_database ('', 'ALTER TABLE prefix_quiz_question_version RENAME TO prefix_quiz_question_versions;');
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user