Skip to content

Commit

Permalink
fix: bpn migration if table exist
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-reuter committed Feb 27, 2024
1 parent f07dc2b commit 80888d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
--


CREATE TABLE edc_business_partner_group
CREATE TABLE IF NOT EXISTS edc_business_partner_group
(
bpn VARCHAR NOT NULL
CONSTRAINT edc_business_partner_group_pk
Expand Down

0 comments on commit 80888d9

Please sign in to comment.