LoadExtensionSchemaUpdates: Remove unused path from 'runMaintenance' action

MediaWiki has never used this path for running the maintenance
scripts, only the class name provided in the other parameter.
Providing the parameter is no longer needed in MediaWiki 1.43.

Bug: T367918
Change-Id: Ie098fa124039cc1122135cae72c74579d43dc04f
This commit is contained in:
Bartosz Dziewoński 2024-06-19 19:48:56 +02:00
parent 67aea2aa7e
commit 29e8b6e13b

View file

@ -180,7 +180,6 @@ class SchemaChangesHandler implements LoadExtensionSchemaUpdatesHook {
$updater->addExtensionUpdate( [
'runMaintenance',
MigrateActorsAF::class,
__DIR__ . '/../../../maintenance/MigrateActorsAF.php',
] );
// 1.43