blob: 9937c5c6dd5bcaf702d9657ca8414be9bd6c1095 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
-- 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 ALTER el_to
SET DEFAULT '';
ALTER TABLE externallinks ALTER el_to
DROP NOT NULL;
ALTER TABLE externallinks ALTER el_index
SET DEFAULT '';
ALTER TABLE externallinks ALTER el_index
DROP NOT NULL;
ALTER TABLE externallinks ALTER el_index_60
SET DEFAULT '';
|