Manual:purgeExpiredUserrights.php
MediaWiki バージョン: | ≧ 1.31 |
MediaWiki ファイル: purgeExpiredUserrights.php | |
---|---|
場所: | maintenance/ |
ソース コード: | master • 1.42.3 • 1.41.4 • 1.39.10 |
クラス: | PurgeExpiredUserrights |
詳細
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.
オプション/引数
このスクリプトにはオプション/引数はありません。
使用法
php maintenance/purgeExpiredUserrights.php
Terminal
$ php maintenance/purgeExpiredUserrights.php Purging expired user rights... 9 rows purged.