IO-1661 Add parts order comments presets.

This commit is contained in:
Patrick Fic
2022-04-11 13:17:14 -07:00
parent 04c3abd65f
commit 51d49be16e
13 changed files with 246 additions and 111 deletions

View File

@@ -844,6 +844,7 @@
- md_notes_presets
- md_order_statuses
- md_parts_locations
- md_parts_order_comment
- md_payment_types
- md_rbac
- md_referral_sources
@@ -928,6 +929,7 @@
- md_notes_presets
- md_order_statuses
- md_parts_locations
- md_parts_order_comment
- md_payment_types
- md_rbac
- md_referral_sources

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_parts_order_comment" jsonb
-- not null default jsonb_build_array();

View File

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