From c6b740ace28e5c6e4a21c475e182c7a37a8a0a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KMY=EF=BC=88=E9=9B=AA=E3=81=82=E3=81=99=E3=81=8B=EF=BC=89?= Date: Sat, 26 Apr 2025 08:49:32 +0900 Subject: [PATCH] Update chewy_config.rb --- app/lib/chewy_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/chewy_config.rb b/app/lib/chewy_config.rb index 9de69b5147..a01cc41597 100644 --- a/app/lib/chewy_config.rb +++ b/app/lib/chewy_config.rb @@ -8,7 +8,7 @@ class ChewyConfig class InvalidElasticSearchVersionError < Mastodon::Error; end - CONFIG_VERSION = 1 + CONFIG_VERSION = 2 def initialize custom_config_file = Rails.root.join('.elasticsearch.yml')