MDL-77357 communication_matrix: Add plugin savepoint

This commit is contained in:
Safat 2023-06-08 11:21:11 +10:00
parent 17e4523382
commit 7e91f77541

View File

@ -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;