add missing mapping for playlist_last_refresh to fix empty index scan, #101

pull/129/head
simon 3 years ago
parent 5c26be43e6
commit 8c5bb0bc1f
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -191,6 +191,7 @@ INDEX_CONFIG = [
},
"playlist_channel_id": {"type": "keyword"},
"playlist_thumbnail": {"type": "keyword"},
"playlist_last_refresh": {"type": "date"},
},
"expected_set": {
"analysis": {

Loading…
Cancel
Save