5 lines
299 B
MySQL
5 lines
299 B
MySQL
|
|
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
|
||
|
|
-- Source: maintenance/abstractSchemaChanges/patch-drop-rev_page_id.json
|
||
|
|
-- Do not modify this file directly.
|
||
|
|
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
|
||
|
|
DROP INDEX rev_page_id ON /*_*/revision;
|