Manual:PurgeExpiredUserrights.php/pl

Wersja MediaWiki:
1.31
Category:MediaWiki code/pl#PurgeExpiredUserrights.php

Szczegóły

purgeExpiredUserrights.php is a maintenance script to remove user right assignments which have expired (ug_expiry is before current time) from the user_groups table and add them to the user_former_groups table.

Options/Arguments

This script does not take any options/arguments.

Usage

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

See also

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