ProManager instance server updates.

This commit is contained in:
Patrick Fic
2024-04-22 12:39:30 -07:00
parent 7dd6baef33
commit 73dfb74ed7
7 changed files with 84 additions and 41 deletions

View File

@@ -920,6 +920,7 @@
- cdk_dealerid
- city
- claimscorpid
- convenient_company
- country
- created_at
- default_adjustment_rate

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

View File

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