Add schema changes for RO Guard to bodyshop table.

This commit is contained in:
Patrick Fic
2024-04-03 09:46:52 -07:00
parent b20c605c85
commit 37196e65c3
3 changed files with 8 additions and 0 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_ro_guard" jsonb
-- null default jsonb_build_object();

View File

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