This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit 83b5836da8279200b49cecfd285c525333438479 Author: Daniel Gruno <[email protected]> AuthorDate: Mon Sep 7 22:03:44 2020 +0200 tweak some names to match code --- tools/mappings.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tools/mappings.yaml b/tools/mappings.yaml index bd2b7b5..8828396 100644 --- a/tools/mappings.yaml +++ b/tools/mappings.yaml @@ -11,17 +11,13 @@ account: type: object email: type: keyword - fullname: + name: type: keyword uid: type: keyword internal: properties: - cookie: - type: keyword - ip: - type: keyword - oauth_used: + oauth_provider: type: keyword oauth_data: type: object
