Begin Autohouse Integration IO-594

This commit is contained in:
Patrick Fic
2021-02-19 16:43:28 -08:00
parent 6c459965c4
commit b2626da09d
7 changed files with 549 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
- args:
cascade: false
read_only: false
sql: ALTER TABLE "public"."bodyshops" DROP COLUMN "autohouseid";
type: run_sql

View File

@@ -0,0 +1,5 @@
- args:
cascade: false
read_only: false
sql: ALTER TABLE "public"."bodyshops" ADD COLUMN "autohouseid" text NULL UNIQUE;
type: run_sql