From 92f14d6fa5ed5510ac8c74dda50ed7a431f34193 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Mon, 14 Mar 2022 13:25:13 -0700 Subject: [PATCH] IO-1750 Add towin and rent resp date fields. --- bodyshop_translations.babel | 44 ++++++++++++++++++- .../jobs-admin-dates.component.jsx | 9 ++++ .../jobs-detail-dates.component.jsx | 6 +++ client/src/graphql/jobs.queries.js | 2 + client/src/translations/en_us/common.json | 2 + client/src/translations/es/common.json | 2 + client/src/translations/fr/common.json | 2 + hasura/metadata/tables.yaml | 6 +++ .../down.sql | 4 ++ .../up.sql | 2 + .../down.sql | 1 + .../up.sql | 1 + .../down.sql | 4 ++ .../up.sql | 2 + 14 files changed, 86 insertions(+), 1 deletion(-) create mode 100644 hasura/migrations/1647288645478_alter_table_public_jobs_add_column_towin_date/down.sql create mode 100644 hasura/migrations/1647288645478_alter_table_public_jobs_add_column_towin_date/up.sql create mode 100644 hasura/migrations/1647288669678_alter_table_public_jobs_alter_column_towin_date/down.sql create mode 100644 hasura/migrations/1647288669678_alter_table_public_jobs_alter_column_towin_date/up.sql create mode 100644 hasura/migrations/1647288692067_alter_table_public_jobs_add_column_date_rentalresp/down.sql create mode 100644 hasura/migrations/1647288692067_alter_table_public_jobs_add_column_date_rentalresp/up.sql diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index cba8bc5d9..d82244e68 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +