Skip to content

Commit e958720

Browse files
sql files (#6541)
Co-authored-by: Vikram <73224103+vikramdevtron@users.noreply.github.com>
1 parent 03faced commit e958720

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--not dropping index as of now
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CREATE INDEX "idx_pipeline_status_timeline_cd_workflow_runner_id" ON pipeline_status_timeline USING BTREE ("cd_workflow_runner_id");
2+
3+
CREATE INDEX "idx_pipeline_status_timeline_installed_app_version_history_id" ON pipeline_status_timeline USING BTREE ("installed_app_version_history_id");

0 commit comments

Comments
 (0)