fix channel_last_refresh mapping for date math

pull/370/head
simon 2 years ago
parent d05c00aac6
commit b3d3ebe9d0
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -37,8 +37,7 @@
"type": "text"
},
"channel_last_refresh": {
"type": "date",
"format": "epoch_second"
"type": "date"
},
"channel_overwrites": {
"properties": {
@ -120,8 +119,7 @@
"type": "text"
},
"channel_last_refresh": {
"type": "date",
"format": "epoch_second"
"type": "date"
},
"channel_overwrites": {
"properties": {

Loading…
Cancel
Save