Page MenuHomeWickedGov Phorge

patch-templatelinks-target_id.sql
No OneTemporary

Size
513 B
Referenced Files
None
Subscribers
None

patch-templatelinks-target_id.sql

-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: maintenance/abstractSchemaChanges/patch-templatelinks-target_id.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
ALTER TABLE templatelinks
ADD tl_target_id BIGINT DEFAULT NULL;
CREATE INDEX tl_target_id ON templatelinks (tl_target_id, tl_from);
CREATE INDEX tl_backlinks_namespace_target_id ON templatelinks ( tl_from_namespace, tl_target_id, tl_from );

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 15:21 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e8/23/2a79d4f0ce66b3527a6f3c05eb2f
Default Alt Text
patch-templatelinks-target_id.sql (513 B)

Event Timeline