wiki.techinc.nl/maintenance/archives/patch-externallinks-drop-el_to.sql
Amir Sarabadani e5eda1c358 Schema: Drop old externallinks columns and indexes
Already dropped from production

Also dropping FixExtLinksProtocolRelative as it's not useful anymore and
it has been run in previous releases so it's not worth fixing.

Bug: T312666
Change-Id: I1dd6e704b34e685ada6e316da11243d10827d769
2023-09-05 15:32:23 +02:00

12 lines
No EOL
532 B
SQL

-- 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;