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

3 lines
305 B
MySQL
Raw Permalink Normal View History

CREATE INDEX apps_extension_time_series_timestamp ON apps_extension_time_series("timestamp");
CREATE INDEX workflow_instance_time_series_timestamp ON workflow_instance_time_series("timestamp");
CREATE INDEX workflow_instance_state_time_series_timestamp ON workflow_instance_state_time_series("timestamp");