Xfer of work.

This commit is contained in:
Patrick Fic
2020-01-17 14:26:17 -08:00
parent 5e19d53b29
commit 5f83b358a4
3 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
- args:
sql: ALTER TABLE "public"."jobs" DROP COLUMN "ciecaid";
type: run_sql

View File

@@ -0,0 +1,3 @@
- args:
sql: ALTER TABLE "public"."jobs" ADD COLUMN "ciecaid" text NULL;
type: run_sql