Manual:PatchSql.php

This page is a translated version of the page Manual:PatchSql.php and the translation is 33% complete.
Versão MediaWiki:
1.16

Detalhes

O ficheiro patchSql.php é um script de manutenção para executar manualmente uma correcção no código SQL fora dos atualizadores gerais.

Arguments

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

Usage

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

See also