From f2fc2b535e7f3dd82eca43d9dd3b48d599f26358 Mon Sep 17 00:00:00 2001 From: temi Date: Mon, 3 Feb 2020 16:03:51 +1100 Subject: [PATCH] 1.52.1-SNAPSHOT assigned data type to eventTime --- application.properties | 2 +- grails-app/conf/data/mapping.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/application.properties b/application.properties index 844a709eb..0fbf389ba 100644 --- a/application.properties +++ b/application.properties @@ -2,5 +2,5 @@ #Tue Oct 30 15:43:18 AEDT 2018 app.grails.version=2.5.6 app.name=ecodata -app.version=1.52 +app.version=1.52.1-SNAPSHOT diff --git a/grails-app/conf/data/mapping.json b/grails-app/conf/data/mapping.json index 05c0ecb09..3d5e8f5cb 100644 --- a/grails-app/conf/data/mapping.json +++ b/grails-app/conf/data/mapping.json @@ -264,6 +264,9 @@ "recordNameFacet":{"type":"string", "index":"not_analyzed"} } } + }, + "eventTime":{ + "type": "string" } }, "methodType":{