Skip to content

Commit

Permalink
1.52.1-SNAPSHOT
Browse files Browse the repository at this point in the history
assigned data type to eventTime
  • Loading branch information
temi committed Feb 3, 2020
1 parent e3499e2 commit f2fc2b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

3 changes: 3 additions & 0 deletions grails-app/conf/data/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@
"recordNameFacet":{"type":"string", "index":"not_analyzed"}
}
}
},
"eventTime":{
"type": "string"
}
},
"methodType":{
Expand Down

0 comments on commit f2fc2b5

Please sign in to comment.