Manual:$wgAllowSchemaUpdates
Maintenance Scripts setting: $wgAllowSchemaUpdates | |
---|---|
Allow database schema updates to be executed with update.php script. |
|
Introduced in version: | 1.18.1 (r101867) |
Removed in version: | still in use |
Allowed values: | (boolean) |
Default value: | true |
Other settings: Alphabetical | By function |
DetailsEdit
Enable/disable upgrading via update.php.
If this is set to false, the script must be run with --force
to execute schema updates.