Merged in feature/IO-1559-ClaimsCorp-Datapump (pull request #956)

IO-1559 ClaimsCorp Datapump
This commit is contained in:
Allan Carr
2023-09-01 15:47:25 +00:00
6 changed files with 1050 additions and 1 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;