Manual:PopulateLogUsertext.php/ja

Category:MediaWiki deprecated or obsolete features/ja#PopulateLogUsertext.php
MediaWiki バージョン:
1.35
Category:MediaWiki code/ja#PopulateLogUsertext.php

詳細

populateLogUsertext.php file is a maintenance script to make 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.

This script is run automatically by update.php and processes 100 items in a batch.

Options/Arguments

This script does not take any options or arguments.

Usage

php maintenance/populateLogUsertext.php


Terminal
Whenever the script runs, it makes a note in the database and will not run again. If you want to run the script again, run the command with the --force option.

See also

Category:Maintenance scripts/ja Category:User maintenance scripts/ja Category:Database maintenance scripts/ja
Category:Database maintenance scripts/ja Category:Maintenance scripts/ja Category:MediaWiki code/ja Category:MediaWiki deprecated or obsolete features/ja Category:User maintenance scripts/ja