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

@@ -3495,7 +3495,7 @@
- v_model_yr
- v_vin
- vehicleid
- void_date
- date_void
- voided
select_permissions:
- role: user
@@ -3762,7 +3762,7 @@
- v_model_yr
- v_vin
- vehicleid
- void_date
- date_void
- voided
filter:
bodyshop:
@@ -4039,7 +4039,7 @@
- v_model_yr
- v_vin
- vehicleid
- void_date
- date_void
- voided
filter:
bodyshop:

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";