Merge "filebackend: avoid use of wfWikiId() in FileBackendGroup"
[lhc/web/wiklou.git] / maintenance / archives / patch-drop-archive-usertext_timestamp.sql
1 -- T233221: The index on `archive` variously known as `ar_usertext_timestamp`
2 -- and `usertext_timestamp` has a long and sordid history. We're dropping the
3 -- `ar_user_text` column entirely now (see patch-drop-user-fields.sql), but
4 -- this index needs special care thanks to said history.
5
6 -- Do not use the /*i*/ thing here!
7 DROP INDEX usertext_timestamp ON /*_*/archive;