diff options
Diffstat (limited to 'sql/mysql/patch-drop-rev_page_id.sql')
-rw-r--r-- | sql/mysql/patch-drop-rev_page_id.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/mysql/patch-drop-rev_page_id.sql b/sql/mysql/patch-drop-rev_page_id.sql index 80975a881405..3700ab2ea384 100644 --- a/sql/mysql/patch-drop-rev_page_id.sql +++ b/sql/mysql/patch-drop-rev_page_id.sql @@ -1,5 +1,5 @@ -- This file is automatically generated using maintenance/generateSchemaChangeSql.php. --- Source: maintenance/abstractSchemaChanges/patch-drop-rev_page_id.json +-- Source: sql/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;
\ No newline at end of file +DROP INDEX rev_page_id ON /*_*/revision; |