Manual:PatchSql.php/de

MediaWiki Version:
1.16
Category:MediaWiki code/de#PatchSql.php

Details

patchSql.php file is a maintenance script to manually run an SQL patch outside of the general updaters.

Argumente

Argument Beschreibung Notwendig
patch-nameName of the patch file, either full path or in sql/$dbtype/Notwendig

Verwendung

php maintenance/run.php patchSql patch-name
custom-patch.sql
ALTER TABLE /*_*/actor ADD email varchar(255) NOT NULL;
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.

Siehe auch

Category:Maintenance scripts/de#patchSql.php Category:Database maintenance scripts/de
Category:Database maintenance scripts/de Category:Maintenance scripts/de Category:MediaWiki code/de