Skip to content

Commit

Permalink
enforce non null on SI -> sElectronic
Browse files Browse the repository at this point in the history
  • Loading branch information
abf authored and Abdiiir committed Apr 13, 2022
1 parent 06b4208 commit dbd863a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datamodel/initdb.d/03_dcsa_im_v3_0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ CREATE TABLE dcsa_im_v3_0.shipping_instruction (
is_shipped_onboard_type boolean NOT NULL,
number_of_copies integer NULL,
number_of_originals integer NULL,
is_electronic boolean NULL,
is_electronic boolean NOT NULL,
is_to_order boolean NOT NULL,
are_charges_displayed_on_originals boolean NULL,
are_charges_displayed_on_copies boolean NULL,
Expand Down

0 comments on commit dbd863a

Please sign in to comment.