Skip to content

Commit

Permalink
Update edc-extensions/postgresql-migration/src/main/resources/org/ecl…
Browse files Browse the repository at this point in the history
…ipse/tractusx/edc/postgresql/migration/transferprocess/V0_0_6__Snapshot_20230109_Update.sql

Co-authored-by: Florian Rusch (ZF Friedrichshafen AG) <[email protected]>
  • Loading branch information
bcronin90 and florianrusch-zf authored May 5, 2023
1 parent 63a8108 commit 228c2cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
-- add column
ALTER TABLE edc_transfer_process ADD COLUMN transferprocess_properties TEXT;
-- set default value
ALTER TABLE edc_transfer_process ADD CONSTRAINT transferprocess_properties DEFAULT "{}";
ALTER TABLE edc_transfer_process ADD CONSTRAINT transferprocess_properties DEFAULT "{}";

0 comments on commit 228c2cd

Please sign in to comment.