IO-1175 Vehicle not required metadata changes.

This commit is contained in:
Patrick Fic
2021-05-31 14:18:57 -07:00
parent f778b964fd
commit b5e9e75751
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
- args:
cascade: false
read_only: false
sql: ALTER TABLE "public"."vehicles" ALTER COLUMN "v_vin" SET NOT NULL;
type: run_sql

View File

@@ -0,0 +1,5 @@
- args:
cascade: false
read_only: false
sql: ALTER TABLE "public"."vehicles" ALTER COLUMN "v_vin" DROP NOT NULL;
type: run_sql