Jump to content

Manual:MigrateLinksTable.php/ja

From mediawiki.org
This page is a translated version of the page Manual:MigrateLinksTable.php and the translation is 64% complete.
MediaWiki バージョン:
1.39

詳細

migrateLinksTable.php file is a maintenance script to populate normalization column in links tables.

オプション/引数

オプション 説明 既定 必須かどうか
--sleep Sleep time (in seconds) between every batch. 0 省略可能
--table Table name, like templatelinks 必須


使用法

php maintenance/run.php migrateLinksTable [ --sleep seconds ] --table table
Terminal
MediaWiki バージョン MediaWiki 1.39 以前では、メンテナンス スクリプトを php maintenance/run.php スクリプト名 ではなく php maintenance/スクリプト名.php を使用して実行する必要があります。