aboutsummaryrefslogtreecommitdiffstats
path: root/sql/postgres/patch-externallinks-drop-el_to.sql
blob: aa4d4399b01f303ac40af5165de8f8b077fa30ba (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: sql/abstractSchemaChanges/patch-externallinks-drop-el_to.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
DROP INDEX el_to;
DROP INDEX el_index;
DROP INDEX el_index_60;
DROP INDEX el_from_index_60;
ALTER TABLE externallinks
  DROP el_to;
ALTER TABLE externallinks
  DROP el_index;
ALTER TABLE externallinks
  DROP el_index_60;