IO-2920 Add hasura changes for cash discount & add config page.

This commit is contained in:
Patrick Fic
2024-09-16 12:07:35 -07:00
parent 449330441a
commit b39a5b755e
11 changed files with 11067 additions and 10743 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_config" jsonb
-- not null default jsonb_build_object();

View File

@@ -0,0 +1,2 @@
alter table "public"."bodyshops" add column "intellipay_config" jsonb
not null default jsonb_build_object();