Manual:PatchSql.php/pl

This page is a translated version of the page Manual:PatchSql.php and the translation is 11% complete.
Wersja MediaWiki:
1.16

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

Arguments

Argument Description Required
patch-name Name of the patch file, either full path or in maintenance/archives Wymagane

Usage

php maintenance/patchSql.php patch-name
custom-patch.sql
ALTER TABLE /*_*/actor ADD email varchar(255) NOT NULL;
Terminal

Zobacz też