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

@@ -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;