Merge "Add .pipeline/ with dev image variant"
[lhc/web/wiklou.git] / maintenance / archives / patch-drop-archive-ar_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 ar_usertext_timestamp ON /*_*/archive;