WR489688: ci fixes

This commit is contained in:
Sarah Cotton
2026-06-25 15:30:40 +01:00
parent 7b2106555b
commit ff63eb4233
55 changed files with 677 additions and 583 deletions
-1
View File
@@ -48,7 +48,6 @@ function xmldb_auth_outage_upgrade($oldversion) {
}
if ($oldversion < 2024081900) {
// Define field accesskey to be added to auth_outage.
$table = new xmldb_table('auth_outage');
$field = new xmldb_field('accesskey', XMLDB_TYPE_CHAR, '16', null, null, null, null, 'finished');