Skip to content

Commit

Permalink
Update V1__init.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Aug 2, 2024
1 parent b83c93f commit e0a65bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/main/resources/db/migration/V1__init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ 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 All @@ -216,3 +217,4 @@ create table audit_log (
timestamp timestamp not null default now(),
description text not null
);

0 comments on commit e0a65bf

Please sign in to comment.