Skip to content

Commit fb5d4a7

Browse files
authored
Update upgrade.php
1 parent f7affcb commit fb5d4a7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

db/upgrade.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ function xmldb_local_adele_upgrade($oldversion) {
233233
$reconcile = new \local_adele\task\reconcile_user_paths();
234234
\core\task\manager::queue_adhoc_task($reconcile, true);
235235

236-
upgrade_plugin_savepoint(true, 2026072200, 'local', 'adele');
237-
238236
// Ticket #501: guarantee at most one active user-path relation per
239237
// (user_id, course_id, learning_path_id). First remove pre-existing
240238
// duplicates created by the historical check-then-insert race, keeping
@@ -266,7 +264,7 @@ function xmldb_local_adele_upgrade($oldversion) {
266264
$dbman->add_index($table, $index);
267265
}
268266

269-
upgrade_plugin_savepoint(true, 2026072203, 'local', 'adele');
267+
upgrade_plugin_savepoint(true, 2026072200, 'local', 'adele');
270268
}
271269

272270
return true;

0 commit comments

Comments
 (0)