hotfix/2026-02-10-backend - Move chatter DB stuff over

This commit is contained in:
Dave
2026-02-10 17:58:26 -05:00
parent 56559dd3ff
commit 6ee7e56b9b
3 changed files with 8 additions and 0 deletions

View File

@@ -947,6 +947,7 @@
- carfax_exclude - carfax_exclude
- cdk_configuration - cdk_configuration
- cdk_dealerid - cdk_dealerid
- chatter_company_id
- chatterid - chatterid
- city - city
- claimscorpid - claimscorpid
@@ -1063,6 +1064,7 @@
- bill_allow_post_to_closed - bill_allow_post_to_closed
- bill_tax_rates - bill_tax_rates
- cdk_configuration - cdk_configuration
- chatter_company_id
- city - city
- country - country
- created_at - created_at

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 "chatter_company_id" text
-- null;

View File

@@ -0,0 +1,2 @@
alter table "public"."bodyshops" add column "chatter_company_id" text
null;