Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2750729
patch-change_tag-rename-indexes.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
812 B
Referenced Files
None
Subscribers
None
patch-change_tag-rename-indexes.sql
View Options
-- 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
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 3, 17:01 (11 h, 32 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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment