aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/postgres/archives/patch-recentchanges-rc_new_name_timestamp.sql
blob: 97da1a5ad11e736ae5644de4fe4b033f77095f43 (plain) (blame)
1
2
3
4
5
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: maintenance/abstractSchemaChanges/patch-recentchanges-rc_new_name_timestamp.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
ALTER INDEX new_name_timestamp RENAME TO rc_new_name_timestamp;