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 9665d0bbf82b80f39f587475eacdab434b83feec Author: Daniel Gruno <[email protected]> AuthorDate: Mon Mar 29 10:12:12 2021 +0200 let ES handle doc ID --- tools/mappings.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/mappings.yaml b/tools/mappings.yaml index d927752..1adebd0 100644 --- a/tools/mappings.yaml +++ b/tools/mappings.yaml @@ -138,8 +138,6 @@ source: type: binary auditlog: properties: - id: - type: keyword date: format: yyyy/MM/dd HH:mm:ss store: true
