Merge branch 'release/2023-07-28' into feature/IO-2117-Void-Date

This commit is contained in:
Allan Carr
2023-07-21 15:58:30 -07:00
12 changed files with 35 additions and 15 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";