feature/Reynolds-and-Reynolds-DMS-API-Integration - DB Modifications
This commit is contained in:
@@ -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 "rr_configuration" jsonb
|
||||
-- null default jsonb_build_object();
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table "public"."bodyshops" add column "rr_configuration" jsonb
|
||||
null default jsonb_build_object();
|
||||
@@ -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 "rr_dealierid" text
|
||||
-- null;
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table "public"."bodyshops" add column "rr_dealierid" text
|
||||
null;
|
||||
@@ -0,0 +1 @@
|
||||
alter table "public"."bodyshops" rename column "rr_dealerid" to "rr_dealierid";
|
||||
@@ -0,0 +1 @@
|
||||
alter table "public"."bodyshops" rename column "rr_dealierid" to "rr_dealerid";
|
||||
Reference in New Issue
Block a user