* (bug 22744) Add/Update indexes for queries done by the API
[lhc/web/wiklou.git] / maintenance / archives / patch-logging-type-action-index.sql
1 CREATE INDEX /*i*/type_action ON /*_*/logging(log_type, log_action);