IO-1559 ClaimsCorp Datapump

This commit is contained in:
Allan Carr
2023-08-29 17:51:34 -07:00
parent 763b199646
commit 63673548a0
7 changed files with 1056 additions and 4 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 "claimscorpid" text
-- null;

View File

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