|
MediaWiki master
|
Makes the required database updates for Special:ProtectedPages to show all protected pages, even ones before the page restrictions schema change. More...
Go to the source code of this file.
Classes | |
| class | MediaWiki\Maintenance\UpdateRestrictions |
| Maintenance script that updates page_restrictions table from old page_restriction column. More... | |
Namespaces | |
| namespace | MediaWiki\Maintenance |
| Update the CREDITS list by merging in the list of git commit authors. | |
Makes the required database updates for Special:ProtectedPages to show all protected pages, even ones before the page restrictions schema change.
All remaining page_restriction column values are moved to the new table.
Definition in file updateRestrictions.php.