Manual:RefreshExternallinksIndex.php/pl

Wersja MediaWiki:
1.33
Category:MediaWiki code/pl#RefreshExternallinksIndex.php

Details

refreshExternallinksIndex.php is a maintenance script that refreshes the externallinks table el_index and el_index_60 fields based on the el_to field.

This script runs by default when you run update.php. It processes 10,000 items in every batch.

Options

This script does not take any options.

Usage

php maintenance/run.php refreshExternallinksIndex
Terminal
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

Zobacz też

Category:Maintenance scripts/pl Category:Content maintenance scripts/pl
Category:Content maintenance scripts/pl Category:Maintenance scripts/pl Category:MediaWiki code/pl