Merge "LoadExtensionSchemaUpdates: Remove unused path from 'runMaintenance' action"

This commit is contained in:
jenkins-bot 2024-06-26 09:15:14 +00:00 committed by Gerrit Code Review
commit 66a1b0d6e1
2 changed files with 1 additions and 6 deletions

View file

@ -11,7 +11,7 @@
"type": "parserhook",
"license-name": "GFDL-1.2",
"requires": {
"MediaWiki": ">= 1.35.3"
"MediaWiki": ">= 1.43"
},
"GroupPermissions": {
"*": {

View file

@ -664,14 +664,9 @@ During the last 48 hours, {$tab2->votes} votes have been given.";
// adding a new, UNIQUE INDEX on a new AUTO_INCREMENT field (which the
// script also creates) and, of course, finally the new column is populated
// with data.
// PITFALL WARNING! Do NOT change this to $updater->runMaintenance,
// THEY ARE NOT THE SAME THING and this MUST be using addExtensionUpdate
// instead for the code to work as desired!
// HT Skizzerz
$updater->addExtensionUpdate( [
'runMaintenance',
'MigrateOldAJAXPollUserColumnsToActor',
'../maintenance/migrateOldAJAXPollUserColumnsToActor.php'
] );
// 3) drop the now unused column