Manual:DeleteSelfExternals.php/pl

Wersja MediaWiki:
1.23
Category:MediaWiki code/pl#DeleteSelfExternals.php

Szczegóły

deleteSelfExternals.php file is a maintenance script that deletes self-references to $wgServer from the externallinks table.

It processes 1000 items in every batch.

Options

This script does not take any options.

Usage

php maintenance/run.php deleteSelfExternals
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:Database maintenance scripts/pl
Category:Database maintenance scripts/pl Category:Maintenance scripts/pl Category:MediaWiki code/pl