From: Vsevolod Stakhov Date: Mon, 20 May 2019 10:00:52 +0000 (+0100) Subject: [Minor] Clickhouse: Change scores to Float32 for now X-Git-Tag: 1.9.4~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4e9f65962c401f5fd688ac51de3714e6a81b4f4;p=thirdparty%2Frspamd.git [Minor] Clickhouse: Change scores to Float32 for now --- diff --git a/src/plugins/lua/clickhouse.lua b/src/plugins/lua/clickhouse.lua index 928b6b2831..b4d5a859ae 100644 --- a/src/plugins/lua/clickhouse.lua +++ b/src/plugins/lua/clickhouse.lua @@ -125,7 +125,7 @@ CREATE TABLE rspamd Country FixedString(2), IPNet String, `Symbols.Names` Array(String), - `Symbols.Scores` Array(Float64), + `Symbols.Scores` Array(Float32), `Symbols.Options` Array(String), ScanTimeReal UInt32, ScanTimeVirtual UInt32,