chore: ci Fixes

This commit is contained in:
Peter Burnett
2026-01-19 13:45:20 +10:00
parent 425ef963fb
commit 2a7556eb75
6 changed files with 20 additions and 17 deletions

View File

@@ -62,7 +62,6 @@ function xmldb_auth_outage_upgrade($oldversion) {
}
if ($oldversion < 2026011301) {
// Define field metadata to be added to auth_outage.
$table = new xmldb_table('auth_outage');
$field = new xmldb_field('metadata', XMLDB_TYPE_TEXT, null, null, null, null, null, 'accesskey');