Manual:patchSql.php
From Linux Web Expert
<td class="mw-version-versionbox" title="<translate nowrap> The latest stable version is <tvar name=1>1.41</tvar></translate>">
<translate> ≥</translate> 1.16
<translate> MediaWiki version:</translate> |
MediaWiki ファイル: patchSql.php | |
---|---|
場所: | maintenance/ |
ソース コード: | master • 1.41.1 • 1.40.3 • 1.39.7 |
クラス: | PatchSql |
詳細
patchSql.php file is a maintenance script to manually run an SQL patch outside of the general updaters.
引数
引数 | 説明 | 必須かどうか |
---|---|---|
patch-name | Name of the patch file, either full path or in maintenance/archives | <translate> Required</translate> |
使用法
php maintenance/patchSql.php patch-name
custom-patch.sql
ALTER TABLE /*_*/actor ADD email varchar(255) NOT NULL;
Terminal
$ php maintenance/patchSql.php custom-patch.sql custom-patch.sql ... done.