Manual:ConvertUserOptions.php/de

From mediawiki.org
This page is a translated version of the page Manual:ConvertUserOptions.php and the translation is 71% complete.
MediaWiki Version:
1.35

Details

convertUserOptions.php file is a maintenance script to convert user options to the new user_properties table.

Prior to MediaWiki 1.18, the user.user_options field was used to store users' Special:Preferences information as list of name=value pairs. This script converts these fields to the new user_properties table.

Optionen

Dieses Skript nimmt keine Optionen an.

Verwendung

php maintenance/convertUserOptions.php
Terminal

Siehe auch