Skip to content

Commit

Permalink
Merge branch 'master' into release-2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anton.abushkevich committed Dec 14, 2020
2 parents 5a0ea03 + a44fd17 commit 9aaa915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/ddl/results/create_index.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ CREATE INDEX HH_IDX_COHORT_ID_ANALYSIS_ID ON @results_schema.HERACLES_HEEL_RESUL
CREATE INDEX idx_heracles_periods_startdate ON @results_schema.heracles_periods (period_start_date);
CREATE INDEX idx_heracles_periods_end_date ON @results_schema.heracles_periods (period_end_date);

CREATE INDEX idx_cohort_sample_element_rank ON @results_schema.cohort_sample_element (cohort_sample_id, rank);
CREATE INDEX idx_cohort_sample_element_rank ON @results_schema.cohort_sample_element (cohort_sample_id, rank_value);

0 comments on commit 9aaa915

Please sign in to comment.