Added new fields for EMS file upload + renamed fields for coherenace. Another attempt at fixing invalid token forwarding. Fixed date time formatting.

This commit is contained in:
Patrick Fic
2020-01-29 16:57:19 -08:00
parent 1040822a7c
commit f72308f915
32 changed files with 1474 additions and 6 deletions

View File

@@ -0,0 +1 @@
[]

View File

@@ -0,0 +1,6 @@
- args:
cascade: true
sql: "ALTER TABLE jobs ALTER COLUMN tlos_ind DROP DEFAULT;\r\nALTER TABLE jobs
ALTER tlos_ind TYPE bool USING CASE WHEN true THEN FALSE ELSE TRUE END;\r\nALTER
TABLE jobs ALTER COLUMN tlos_ind SET DEFAULT FALSE;"
type: run_sql