Skip to content

Commit

Permalink
Update schema documentation based on migration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and fhennig committed Jan 23, 2025
1 parent e68b2fa commit b6997b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/docs/db/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ ALTER SEQUENCE public.audit_log_id_seq OWNED BY public.audit_log.id;

CREATE TABLE public.current_processing_pipeline (
version bigint NOT NULL,
started_using_at timestamp without time zone NOT NULL
started_using_at timestamp without time zone NOT NULL,
organism text NOT NULL
);


Expand Down

0 comments on commit b6997b9

Please sign in to comment.