Manual:MigrateLinksTable.php/ja
MediaWiki バージョン: | ≧ 1.39 |
MediaWiki ファイル: migrateLinksTable.php | |
---|---|
場所: | maintenance/ |
ソース コード: | master • 1.43.1 • 1.42.6 • 1.39.12 |
クラス: | MigrateLinksTable |
詳細
migrateLinksTable.php file is a maintenance script to populate normalization column in links tables.
Options/Arguments
Option | Description | Default | Required? |
---|---|---|---|
--sleep | Sleep time (in seconds) between every batch. | 0 | 省略可能 |
--table | Table name, like templatelinks |
必須 |
使用法
php maintenance/run.php migrateLinksTable [ --sleep seconds ] --table table
Terminal
$ php maintenance/run.php migrateLinksTable --table templatelinks
MediaWiki バージョン 1.39.12 以前では、メンテナンス スクリプトを
php maintenance/run.php scriptName
ではなく php maintenance/scriptName.php
を使用して実行する必要があります。