mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-12-04 04:08:33 +00:00
6 lines
337 B
MySQL
6 lines
337 B
MySQL
|
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
|
||
|
-- Source: abstractSchemaChanges/patch-linter-fix-params-null-definition.json
|
||
|
-- Do not modify this file directly.
|
||
|
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
|
||
|
ALTER TABLE /*_*/linter
|
||
|
CHANGE linter_params linter_params BLOB NOT NULL;
|