This commit is contained in:
Patrick Fic
2022-04-07 17:28:57 -07:00
parent a4c4329253
commit 01eb68fda1
43 changed files with 232 additions and 179 deletions

View File

@@ -826,6 +826,7 @@
- intakechecklist
- jc_hourly_rates
- jobsizelimit
- last_name_first
- logo_img_path
- md_categories
- md_ccc_rates
@@ -909,6 +910,7 @@
- insurance_vendor_id
- intakechecklist
- jc_hourly_rates
- last_name_first
- logo_img_path
- md_categories
- md_ccc_rates

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 "last_name_first" boolean
-- not null default 'false';

View File

@@ -0,0 +1,2 @@
alter table "public"."bodyshops" add column "last_name_first" boolean
not null default 'false';