IO-1858 Email Groupings

This commit is contained in:
Patrick Fic
2022-05-06 09:30:29 -07:00
parent e348110bdd
commit e56424c9b3
10 changed files with 123 additions and 1 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 "md_to_emails" jsonb
-- null default jsonb_build_array();

View File

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