Skip to content

Commit d65163c

Browse files
authored
chore: remove auth legacy tables (#422)
* chore: remove unused tables and their permissions from metadata configuration * chore: remove legacy user object relationship from metadata configuration
1 parent fa58e5d commit d65163c

File tree

6 files changed

+0
-151
lines changed

6 files changed

+0
-151
lines changed

hasura/metadata/databases/default/tables/api_keys.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

hasura/metadata/databases/default/tables/object_ownership.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,3 @@ object_relationships:
2525
remote_table:
2626
name: metadata
2727
schema: public
28-
- name: user
29-
using:
30-
manual_configuration:
31-
column_mapping:
32-
oauth_provider: oauth_provider
33-
oauth_user_id: oauth_user_id
34-
insertion_order: null
35-
remote_table:
36-
name: users
37-
schema: public

hasura/metadata/databases/default/tables/organizations.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
- "!include metadata.yaml"
22
- "!include nodes.yaml"
33
- "!include object_ownership.yaml"
4-
- "!include api_keys.yaml"
54
- "!include interactions.yaml"
6-
- "!include organizations.yaml"
75
- "!include subscriptions.yaml"
8-
- "!include users.yaml"
9-
- "!include users_organizations.yaml"
106
- "!include published_objects.yaml"
117
- "!include root_metadata.yaml"
128
- "!include async_downloads.yaml"

hasura/metadata/databases/default/tables/users.yaml

Lines changed: 0 additions & 52 deletions
This file was deleted.

hasura/metadata/databases/default/tables/users_organizations.yaml

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)