Skip to content

Commit

Permalink
Fix object migration, prevented from creating objects table... need t…
Browse files Browse the repository at this point in the history
…o add this as part of bootstrapping as it's now done manually via sqlx cli
  • Loading branch information
brainstorm committed Nov 27, 2023
1 parent de37fb0 commit 1695079
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ create table object (
-- When this object was deleted, a null value means that the object has not yet been deleted.
deleted_date timestamptz default null,
-- The date of the object and its id combined.
portal_run_id varchar(255) not null,
portal_run_id varchar(255) not null
-- provenance - history of all objects and how they move?
);
);

0 comments on commit 1695079

Please sign in to comment.