From 1201d78d99cec138ef1ec183567f3c432e104c12 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Tue, 16 Feb 2021 10:38:26 -0800 Subject: [PATCH] Remove unneeded vendor fields IO-641 --- .../vendors-form/vendors-form.component.jsx | 12 ----- client/src/graphql/vendors.queries.js | 3 -- .../down.yaml | 44 ++++++++++++++++++ .../up.yaml | 41 +++++++++++++++++ .../down.yaml | 45 +++++++++++++++++++ .../up.yaml | 42 +++++++++++++++++ .../down.yaml | 44 ++++++++++++++++++ .../up.yaml | 41 +++++++++++++++++ .../down.yaml | 10 +++++ .../up.yaml | 5 +++ .../down.yaml | 16 +++++++ .../up.yaml | 5 +++ .../down.yaml | 10 +++++ .../up.yaml | 5 +++ hasura/migrations/metadata.yaml | 9 ---- 15 files changed, 308 insertions(+), 24 deletions(-) create mode 100644 hasura/migrations/1613500513684_update_permission_user_public_table_vendors/down.yaml create mode 100644 hasura/migrations/1613500513684_update_permission_user_public_table_vendors/up.yaml create mode 100644 hasura/migrations/1613500523633_update_permission_user_public_table_vendors/down.yaml create mode 100644 hasura/migrations/1613500523633_update_permission_user_public_table_vendors/up.yaml create mode 100644 hasura/migrations/1613500538231_update_permission_user_public_table_vendors/down.yaml create mode 100644 hasura/migrations/1613500538231_update_permission_user_public_table_vendors/up.yaml create mode 100644 hasura/migrations/1613500621572_alter_table_public_vendors_drop_column_terms/down.yaml create mode 100644 hasura/migrations/1613500621572_alter_table_public_vendors_drop_column_terms/up.yaml create mode 100644 hasura/migrations/1613500633493_alter_table_public_vendors_drop_column_prompt_discount/down.yaml create mode 100644 hasura/migrations/1613500633493_alter_table_public_vendors_drop_column_prompt_discount/up.yaml create mode 100644 hasura/migrations/1613500643470_alter_table_public_vendors_drop_column_taxid/down.yaml create mode 100644 hasura/migrations/1613500643470_alter_table_public_vendors_drop_column_taxid/up.yaml diff --git a/client/src/components/vendors-form/vendors-form.component.jsx b/client/src/components/vendors-form/vendors-form.component.jsx index 0c6c3d0cd..456146eae 100644 --- a/client/src/components/vendors-form/vendors-form.component.jsx +++ b/client/src/components/vendors-form/vendors-form.component.jsx @@ -99,21 +99,9 @@ export default function VendorsFormComponent({ - - - - - - - - -