Manual:populateRevisionSha1.php

From Linux Web Expert

Revision as of 16:24, 23 February 2022 by imported>APaskulin (WMF)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Details

populateRevisionSha1.php file is a maintenance script to fill the rev_sha1 and ar_sha1 columns of revision and archive tables for revisions created before MW 1.19.

Options/Arguments

populateRevisionSha1 does not take any options or arguments as input.

Usage

php maintenance/populateRevisionSha1.php


Terminal
If it shows "Update 'populate rev_sha1' already logged as completed" then run with --force option.

See also