Page MenuHomeWickedGov Phorge

patch-change_tag-rename-indexes.sql
No OneTemporary

Size
812 B
Referenced Files
None
Subscribers
None

patch-change_tag-rename-indexes.sql

-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: maintenance/abstractSchemaChanges/patch-change_tag-rename-indexes.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
DROP INDEX change_tag_rc_tag_id ON /*_*/change_tag;
CREATE UNIQUE INDEX ct_rc_tag_id ON /*_*/change_tag (ct_rc_id, ct_tag_id);
DROP INDEX change_tag_log_tag_id ON /*_*/change_tag;
CREATE UNIQUE INDEX ct_log_tag_id ON /*_*/change_tag (ct_log_id, ct_tag_id);
DROP INDEX change_tag_rev_tag_id ON /*_*/change_tag;
CREATE UNIQUE INDEX ct_rev_tag_id ON /*_*/change_tag (ct_rev_id, ct_tag_id);
DROP INDEX change_tag_tag_id_id ON /*_*/change_tag;
CREATE INDEX ct_tag_id_id ON /*_*/change_tag ( ct_tag_id, ct_rc_id, ct_rev_id, ct_log_id );

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 3, 17:01 (12 h, 43 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0a/72/d7292d3a3381ee3002c1dea679ae
Default Alt Text
patch-change_tag-rename-indexes.sql (812 B)

Event Timeline