MDL-77357 communication_matrix: Add plugin savepoint
This commit is contained in:
@@ -38,6 +38,8 @@ function xmldb_communication_matrix_upgrade($oldversion) {
|
||||
if (!$dbman->field_exists($table, $field)) {
|
||||
$dbman->add_field($table, $field);
|
||||
}
|
||||
// Plugin savepoint reached.
|
||||
upgrade_plugin_savepoint(true, 2023041100, 'communication', 'matrix');
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user