feature/IO-2885-IntelliPay-App-Postback

- Finish ticket
This commit is contained in:
Dave Richer
2025-04-01 15:15:48 -04:00
parent 09c1a8ae35
commit c78b9866a3
5 changed files with 108 additions and 24 deletions

View File

@@ -0,0 +1,4 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- alter table "public"."bodyshops" add column "intellipay_merchant_id" text
-- null unique;

View File

@@ -0,0 +1,2 @@
alter table "public"."bodyshops" add column "intellipay_merchant_id" text
null unique;