8 lines
450 B
MySQL
8 lines
450 B
MySQL
|
|
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
|
||
|
|
-- Source: maintenance/abstractSchemaChanges/patch-externallinks-el_to_default.json
|
||
|
|
-- Do not modify this file directly.
|
||
|
|
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
|
||
|
|
ALTER TABLE /*_*/externallinks
|
||
|
|
CHANGE el_to el_to BLOB DEFAULT NULL,
|
||
|
|
CHANGE el_index el_index BLOB DEFAULT NULL,
|
||
|
|
CHANGE el_index_60 el_index_60 VARBINARY(60) DEFAULT '' NOT NULL;
|