12 lines
429 B
SQL
12 lines
429 B
SQL
-- 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;
|
|
DROP INDEX site_group;
|
|
DROP INDEX site_source;
|
|
DROP INDEX site_language;
|
|
DROP INDEX site_protocol;
|
|
DROP INDEX site_domain;
|
|
DROP INDEX site_forward;
|