Add toggles to two modals to allow for auto parts queue toggle

This commit is contained in:
Dave Richer
2023-11-21 17:46:49 -05:00
parent e6df079431
commit 14ebb280a3
13 changed files with 110 additions and 38 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_functionality_toggles" jsonb
-- null default jsonb_build_object();

View File

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