Rename to `rev_page_timestamp` Bug: T270033 Depends-On: I16fc273b14e7f4b00e8c31ec1ed7712149aafe37 Change-Id: I93fcfb3caf8c6bd7f9e46921065b751c23571ae1
6 lines
No EOL
384 B
SQL
6 lines
No EOL
384 B
SQL
-- 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); |