Manual:PopulateIpChanges.php/ja

Category:MediaWiki deprecated or obsolete features/ja#PopulateIpChanges.php
MediaWiki バージョン:
1.30 1.43
Category:MediaWiki code/ja#PopulateIpChanges.php

詳細

populateIpChanges.php is a maintenance script that finds all rows in the revision table where the user is an IP and copies relevant fields to the ip_changes table. This backfilled data is then available when querying for IP ranges on Special:Contributions.

オプション

オプション 説明 必須かどうか 既定
--rev-idrev_id to start copying from.省略可能0
--max-rev-idrev_id to stop at省略可能Maximum rev_id of results
--throttleWait this many milliseconds after copying each batch of revisions省略可能0
--forceRun regardless of whether the database says it has been run already省略可能

使用法

php maintenance/run.php populateIpChanges [ --rev-id| --max-rev-id| --throttle| --force ]
Terminal
MediaWiki バージョン 1.39.12 以前では、メンテナンス スクリプトを php maintenance/run.php scriptName ではなく php maintenance/scriptName.php を使用して実行する必要があります。

関連項目

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