From 179147dc4e489cef3ec4eaaece64f34eefc7ca19 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Tue, 19 Jul 2022 13:14:22 -0700 Subject: [PATCH] IO-1755 Add tax number to owner. --- bodyshop_translations.babel | 44 ++++++++++++++++++- .../jobs-detail-header.component.jsx | 5 +++ .../owner-detail-form.component.jsx | 6 +++ .../owner-detail-form.container.jsx | 3 +- client/src/graphql/jobs.queries.js | 2 + client/src/graphql/owners.queries.js | 1 + client/src/translations/en_us/common.json | 4 +- client/src/translations/es/common.json | 4 +- client/src/translations/fr/common.json | 4 +- hasura/metadata/tables.yaml | 2 + .../down.sql | 4 ++ .../up.sql | 2 + 12 files changed, 76 insertions(+), 5 deletions(-) create mode 100644 hasura/migrations/1658259526300_alter_table_public_owners_add_column_tax_number/down.sql create mode 100644 hasura/migrations/1658259526300_alter_table_public_owners_add_column_tax_number/up.sql diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index f3acbe9d5..a255053d6 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +