Skip to content

Commit

Permalink
CTP-3762 upgrade savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
watson8 committed Sep 2, 2024
1 parent 842cf5c commit d4624a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -1649,6 +1649,7 @@ function xmldb_coursework_upgrade($oldversion) {

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

if ($oldversion < 2014090801) {
Expand Down

0 comments on commit d4624a6

Please sign in to comment.