aboutsummaryrefslogtreecommitdiffstats
path: root/sql/postgres/patch-externallinks-el_to_default.sql
blob: ce1cf15f2af3597b83146d045c9cab9aa1e2ed39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: sql/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 '';