Update git submodules
[mediawiki.git] / maintenance / archives / patch-externallinks-drop-el_to.sql
blob5316a0b257e7c1caa2c0bbdbb62ac82233773cfd
1 -- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
2 -- Source: maintenance/abstractSchemaChanges/patch-externallinks-drop-el_to.json
3 -- Do not modify this file directly.
4 -- See https://www.mediawiki.org/wiki/Manual:Schema_changes
5 DROP  INDEX el_to ON  /*_*/externallinks;
6 DROP  INDEX el_index ON  /*_*/externallinks;
7 DROP  INDEX el_index_60 ON  /*_*/externallinks;
8 DROP  INDEX el_from_index_60 ON  /*_*/externallinks;
9 ALTER TABLE  /*_*/externallinks
10 DROP  el_to,
11 DROP  el_index,
12 DROP  el_index_60;