IO-2117 Void Date

This commit is contained in:
Allan Carr
2023-07-21 15:50:49 -07:00
parent 12d1613b04
commit e70edaec7c
12 changed files with 35 additions and 12 deletions

View File

@@ -0,0 +1 @@
alter table "public"."jobs" rename column "date_void" to "void_date";

View File

@@ -0,0 +1 @@
alter table "public"."jobs" rename column "void_date" to "date_void";