aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/archives/patch-revision-rename-index.sql
blob: d771b4046384fb89af805d6e1350b096d1491225 (plain) (blame)
1
2
3
4
5
6
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: maintenance/abstractSchemaChanges/patch-revision-rename-index.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
DROP  INDEX page_timestamp ON  /*_*/revision;
CREATE INDEX rev_page_timestamp ON  /*_*/revision (rev_page, rev_timestamp);