diff --git a/communication/provider/matrix/db/upgrade.php b/communication/provider/matrix/db/upgrade.php index c6e1aebeb25..e78cd8e7ce3 100644 --- a/communication/provider/matrix/db/upgrade.php +++ b/communication/provider/matrix/db/upgrade.php @@ -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;