mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-23 22:46:17 +00:00
Merge "LoadExtensionSchemaUpdates: Remove unused path from 'runMaintenance' action"
This commit is contained in:
commit
66a1b0d6e1
|
@ -11,7 +11,7 @@
|
||||||
"type": "parserhook",
|
"type": "parserhook",
|
||||||
"license-name": "GFDL-1.2",
|
"license-name": "GFDL-1.2",
|
||||||
"requires": {
|
"requires": {
|
||||||
"MediaWiki": ">= 1.35.3"
|
"MediaWiki": ">= 1.43"
|
||||||
},
|
},
|
||||||
"GroupPermissions": {
|
"GroupPermissions": {
|
||||||
"*": {
|
"*": {
|
||||||
|
|
|
@ -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
|
// 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
|
// script also creates) and, of course, finally the new column is populated
|
||||||
// with data.
|
// 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( [
|
$updater->addExtensionUpdate( [
|
||||||
'runMaintenance',
|
'runMaintenance',
|
||||||
'MigrateOldAJAXPollUserColumnsToActor',
|
'MigrateOldAJAXPollUserColumnsToActor',
|
||||||
'../maintenance/migrateOldAJAXPollUserColumnsToActor.php'
|
|
||||||
] );
|
] );
|
||||||
|
|
||||||
// 3) drop the now unused column
|
// 3) drop the now unused column
|
||||||
|
|
Loading…
Reference in a new issue