Skip to content

Commit c56ae66

Browse files
authored
CTP-3762 add missing upgrade savepoint (#10)
1 parent 842cf5c commit c56ae66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

db/upgrade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,6 +1649,7 @@ function xmldb_coursework_upgrade($oldversion) {
16491649

16501650
if ($oldversion < 2014090200) {
16511651
$DB->execute("UPDATE {coursework} SET moderationenabled = 0");
1652+
upgrade_mod_savepoint(true, 2014090200, 'coursework');
16521653
}
16531654

16541655
if ($oldversion < 2014090801) {

0 commit comments

Comments
 (0)