aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/archives/patch-sites-drop_indexes.sql
blob: 5f413316af0420028ab9c4ecfea0d32f82c2b2e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: maintenance/abstractSchemaChanges/patch-sites-drop_indexes.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
DROP INDEX site_type ON /*_*/sites;
DROP INDEX site_group ON /*_*/sites;
DROP INDEX site_source ON /*_*/sites;
DROP INDEX site_language ON /*_*/sites;
DROP INDEX site_protocol ON /*_*/sites;
DROP INDEX site_domain ON /*_*/sites;
DROP INDEX site_forward ON /*_*/sites;