From 990152f439f339ebb73a1ac1575c908bdba66c00 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 20 Jan 2026 18:49:41 +1000 Subject: [PATCH] Fixed upgrade step. --- db/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/upgrade.php b/db/upgrade.php index f4e7ea4..bcec039 100644 --- a/db/upgrade.php +++ b/db/upgrade.php @@ -75,7 +75,7 @@ function xmldb_auth_outage_upgrade($oldversion) { upgrade_plugin_savepoint(true, 2026011301, 'auth', 'outage'); } - if ($oldversion < 2024081902) { + if ($oldversion < 2026011302) { // Getting the table auth_outage and target field to remove from the table. $table = new xmldb_table('auth_outage'); $field = new xmldb_field('autostart');