Skip to content

Commit

Permalink
Update qc_status allowed values
Browse files Browse the repository at this point in the history
  • Loading branch information
leannehaggerty committed Apr 10, 2024
1 parent 1929bf6 commit 8ba7f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mysql/create_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ create table run (
run_accession varchar(255) not null,
species_taxon_id int not null,
genus_taxon_id int,
qc_status varchar(255),
qc_status SET("NOT_CHECKED","QC_PASS","QC_FAIL","ALIGNED"),
sample_accession varchar(255) not null,
study_accession varchar(255) not null,
read_type varchar(255),
Expand Down

0 comments on commit 8ba7f94

Please sign in to comment.