IO-1492 Add estimator Presets

This commit is contained in:
Patrick Fic
2021-10-18 20:26:57 -07:00
parent 99196a77ed
commit e700095551
13 changed files with 218 additions and 5 deletions

View File

@@ -824,6 +824,7 @@
- md_categories
- md_ccc_rates
- md_classes
- md_estimators
- md_hour_split
- md_ins_cos
- md_jobline_presets
@@ -900,6 +901,7 @@
- md_categories
- md_ccc_rates
- md_classes
- md_estimators
- md_hour_split
- md_ins_cos
- md_jobline_presets

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

View File

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