MediaWiki master
updateRestrictions.php File Reference

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.
 

Detailed Description

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.

Note
GPL-2.0-or-later

Definition in file updateRestrictions.php.