Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Update edocumentation-domain/src/main/resources/db/migration/V3_0__dc…
Browse files Browse the repository at this point in the history
…sa_im_v3.sql

Co-authored-by: Henrik Helmø Larsen <[email protected]>
  • Loading branch information
nt-gt and HenrikHL authored Oct 30, 2023
1 parent 264a5aa commit 427be61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ CREATE TABLE consignment_item (
carrier_booking_reference varchar(35) NOT NULL,
commodity_subreference varchar(100) NOT NULL,
shipping_instruction_id uuid NOT NULL REFERENCES shipping_instruction (id),
confirmed_booking_id uuid NULL REFERENCES confirmed_booking (id), -- TODO; should be `NULL` instead of `NOT NULL`.
confirmed_booking_id uuid NULL REFERENCES confirmed_booking (id),
commodity_id uuid NULL REFERENCES commodity (id),
si_entry_order int NOT NULL default 0
);
Expand Down

0 comments on commit 427be61

Please sign in to comment.