mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-23 23:44:17 +00:00
7 lines
395 B
MySQL
7 lines
395 B
MySQL
|
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
|
||
|
-- Source: abstractSchemaChanges/patch-linter-add-namespace.json
|
||
|
-- Do not modify this file directly.
|
||
|
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
|
||
|
ALTER TABLE /*_*/linter
|
||
|
ADD linter_namespace INT DEFAULT NULL;
|
||
|
CREATE INDEX linter_cat_namespace ON /*_*/linter (linter_cat, linter_namespace);
|