mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-77357 communication_matrix: Add plugin savepoint
This commit is contained in:
parent
17e4523382
commit
7e91f77541
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user