Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
create index run_states_uuid_index on run_states(run_uuid);
create index parent_run_uuid_index on runs(parent_run_uuid);

create index start_run_state_uuid_index on runs(start_run_state_uuid);
create index end_run_state_uuid_index on runs(end_run_state_uuid);
Comment thread
wslulciuc marked this conversation as resolved.
Outdated