IO-3330 CARFAX Adjustments

Signed-off-by: Allan Carr <allan@imexsystems.ca>
This commit is contained in:
Allan Carr
2025-09-25 16:20:28 -07:00
parent 7f61f652f7
commit c982dde1f5
5 changed files with 79 additions and 60 deletions

View File

@@ -944,6 +944,7 @@
- autohouseid
- bill_allow_post_to_closed
- bill_tax_rates
- carfax_exclude
- cdk_configuration
- cdk_dealerid
- chatterid

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

View File

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