Skip to content

Commit

Permalink
Fixed recipe db seeding
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPeterDatakind committed May 17, 2024
1 parent cc0623f commit aa1ffda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion actions/actions_plugins/recipe-server/db/1-schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ CREATE TABLE public.langchain_pg_embedding (
cmetadata json NULL,
custom_id varchar NULL,
uuid uuid NOT NULL,
"checksum" varchar NULL,
approval_status varchar NULL,
approver varchar NULL,
approval_latest_update varchar NULL,
locked_by varchar NULL,
locked_at varchar NULL,
CONSTRAINT langchain_pg_embedding_pkey PRIMARY KEY (uuid)
);

Expand Down

0 comments on commit aa1ffda

Please sign in to comment.