Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4118736
patch-pagelinks-target_id.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
497 B
Referenced Files
None
Subscribers
None
patch-pagelinks-target_id.sql
View Options
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: maintenance/abstractSchemaChanges/patch-pagelinks-target_id.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
ALTER
TABLE
pagelinks
ADD
pl_target_id
BIGINT
DEFAULT
NULL
;
CREATE
INDEX
pl_target_id
ON
pagelinks
(
pl_target_id
,
pl_from
);
CREATE
INDEX
pl_backlinks_namespace_target_id
ON
pagelinks
(
pl_from_namespace
,
pl_target_id
,
pl_from
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 19, 02:57 (2 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fa/53/0bd1f62027f3c1d8df478ee28d93
Default Alt Text
patch-pagelinks-target_id.sql (497 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment