BOD-16 Courtesy Car Schema Changes

This commit is contained in:
Patrick Fic
2020-03-30 12:06:51 -07:00
parent b7dceae83f
commit 1249fd5b2c
26 changed files with 543 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
- args:
cascade: false
read_only: false
sql: alter table "public"."cccontracts" rename to "cccontract";
type: run_sql

View File

@@ -0,0 +1,5 @@
- args:
cascade: false
read_only: false
sql: alter table "public"."cccontract" rename to "cccontracts";
type: run_sql