Skip to content

Commit

Permalink
Adding patient_level to clickhouse_cgds.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
dippindots committed Aug 29, 2024
1 parent dcaa432 commit 99f7e96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/resources/clickhouse_cgds.sql
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ CREATE TABLE genetic_profile
description String,
show_profile_in_analysis_tab Int32,
generic_assay_type Nullable(String),
cancer_study_id Int32
cancer_study_id Int32,
patient_level Nullable(Int32),
) ENGINE = MergeTree() ORDER BY genetic_profile_id;

-- --------------------------------------------------------
Expand Down

0 comments on commit 99f7e96

Please sign in to comment.