Merge "Follow-up I81663929: Use grunt git-build to ensure we get the hash"
[lhc/web/wiklou.git] / maintenance / oracle / archives / patch-logging_type_action_index.sql
1 define mw_prefix='{$wgDBprefix}';
2
3 CREATE INDEX &mw_prefix.logging_i05 ON &mw_prefix.logging (log_type, log_action, log_timestamp);
4