Skip to content

Commit

Permalink
Update V1__init.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Aug 2, 2024
1 parent e0a65bf commit c664963
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/main/resources/db/migration/V1__init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ create table seqset_records (
create table seqset_to_records (
seqset_record_id bigserial not null,
seqset_id text not null,
test text not null,
seqset_version int8 not null,

primary key (seqset_record_id, seqset_id, seqset_version),
Expand Down

0 comments on commit c664963

Please sign in to comment.