diff options
Diffstat (limited to 'maintenance/postgres')
-rw-r--r-- | maintenance/postgres/archives/patch-drop-ct_tag.sql | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/maintenance/postgres/archives/patch-drop-ct_tag.sql b/maintenance/postgres/archives/patch-drop-ct_tag.sql index 99c2d2b1e9a4..fc4d7ff51db7 100644 --- a/maintenance/postgres/archives/patch-drop-ct_tag.sql +++ b/maintenance/postgres/archives/patch-drop-ct_tag.sql @@ -1,9 +1,10 @@ --- T185355 -ALTER TABLE /*_*/change_tag ALTER COLUMN ct_tag_id SET NOT NULL; - -DROP INDEX /*i*/change_tag_rc_tag_nonuniq; -DROP INDEX /*i*/change_tag_log_tag_nonuniq; -DROP INDEX /*i*/change_tag_rev_tag_nonuniq; -DROP INDEX /*i*/change_tag_tag_id; - -ALTER TABLE /*_*/change_tag DROP COLUMN ct_tag; +-- This file is automatically generated using maintenance/generateSchemaChangeSql.php. +-- Source: maintenance/abstractSchemaChanges/patch-drop-ct_tag.json +-- Do not modify this file directly. +-- See https://www.mediawiki.org/wiki/Manual:Schema_changes +DROP INDEX change_tag_rc_tag_nonuniq; +DROP INDEX change_tag_log_tag_nonuniq; +DROP INDEX change_tag_rev_tag_nonuniq; +DROP INDEX change_tag_tag_id; +ALTER TABLE /*_*/change_tag +DROP ct_tag;
\ No newline at end of file |