We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23991db commit a95628bCopy full SHA for a95628b
db/upgrade.php
@@ -60,6 +60,8 @@ function xmldb_groupmembers_upgrade($oldversion) {
60
if (!$dbman->field_exists($table, $field)) {
61
$dbman->add_field($table, $field);
62
}
63
+ upgrade_mod_savepoint(true, 2022042100, 'groupmembers');
64
+
65
66
67
return true;
0 commit comments