Manual:MigrateArchiveText.php/ja

MediaWiki バージョン:
1.31
Category:MediaWiki code/ja#MigrateArchiveText.php

詳細

migrateArchiveText.php is a maintenance script that migrates content from pre-1.5 ar_text and ar_flags columns to text storage.

使用法

php migrateArchiveText.php --replace-missing
オプション/パラメーター説明
--replace-missingFor rows with missing or unloadable data, throw away whatever is there and mark them as "error" in the database.

関連項目

Category:Maintenance scripts/ja
Category:Maintenance scripts/ja Category:MediaWiki code/ja