RELEASE-NOTES-1.31: Add in other cherry-picks since 1.31.1 was cut
[lhc/web/wiklou.git] / maintenance / archives / patch-logging_user_text_type_time_index.sql
1 CREATE INDEX /*i*/log_user_text_type_time ON /*_*/logging (log_user_text, log_type, log_timestamp);