Page MenuHomeWickedGov Phorge

patch-templatelinks-tl_title-nullable.sql
No OneTemporary

Size
488 B
Referenced Files
None
Subscribers
None

patch-templatelinks-tl_title-nullable.sql

-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: maintenance/abstractSchemaChanges/patch-templatelinks-tl_title-nullable.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
ALTER TABLE /*_*/templatelinks
DROP PRIMARY KEY;
ALTER TABLE /*_*/templatelinks
CHANGE tl_target_id tl_target_id BIGINT UNSIGNED NOT NULL;
ALTER TABLE /*_*/templatelinks
ADD PRIMARY KEY (tl_from, tl_target_id);

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 3, 16:52 (10 h, 32 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
cb/3a/db32fd92a6cfb4bccf9bdafa6a15
Default Alt Text
patch-templatelinks-tl_title-nullable.sql (488 B)

Event Timeline