blob: 5316a0b257e7c1caa2c0bbdbb62ac82233773cfd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: maintenance/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 ON /*_*/externallinks;
DROP INDEX el_index ON /*_*/externallinks;
DROP INDEX el_index_60 ON /*_*/externallinks;
DROP INDEX el_from_index_60 ON /*_*/externallinks;
ALTER TABLE /*_*/externallinks
DROP el_to,
DROP el_index,
DROP el_index_60;
|