Skip to content

Commit 3d023e4

Browse files
phixMephix
andauthored
Runs state indices (#2535)
* Runs state indices * If not exists. * Adding newline * Rename * Renaming indices * Uppercase. * Newline --------- Co-authored-by: phix <peter.hicks@astronomer.io>
1 parent 52b70a7 commit 3d023e4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CREATE INDEX IF NOT EXISTS run_states_uuid_index ON run_states(run_uuid);
2+
CREATE INDEX IF NOT EXISTS runs_parent_run_uuid_index ON runs(parent_run_uuid);
3+
CREATE INDEX IF NOT EXISTS runs_start_run_state_uuid_index ON runs(start_run_state_uuid);
4+
CREATE INDEX IF NOT EXISTS runs_end_run_state_uuid_index ON runs(end_run_state_uuid);

0 commit comments

Comments
 (0)