From 4245147e7ec4a3dc10c8af6515bc8e13225fe51d Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 12 Jul 2025 23:19:23 +0700 Subject: [PATCH] fix ta_video mapping restore, #build --- backend/appsettings/index_mapping.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/appsettings/index_mapping.json b/backend/appsettings/index_mapping.json index eaeaf325..03d43deb 100644 --- a/backend/appsettings/index_mapping.json +++ b/backend/appsettings/index_mapping.json @@ -110,6 +110,10 @@ "type": "text", "index": false }, + "vid_thumb_base64": { + "type": "text", + "index": false + }, "date_downloaded": { "type": "date", "format": "epoch_second"