Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
154 B
MySQL
Raw Normal View History

-- add timestamp index for test case result reindex performance
ALTER TABLE data_quality_data_time_series ADD INDEX `idx_timestamp_desc` (timestamp DESC);