diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-05-20 11:00:52 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-05-22 14:39:08 +0100 |
commit | c4e9f65962c401f5fd688ac51de3714e6a81b4f4 (patch) | |
tree | 0d821fbcee718c244e1e34db40cf1f07847e1d73 | |
parent | c3f6da79a974b95623b52b03c3b477d4e6f5e9dc (diff) | |
download | rspamd-c4e9f65962c401f5fd688ac51de3714e6a81b4f4.tar.gz rspamd-c4e9f65962c401f5fd688ac51de3714e6a81b4f4.zip |
[Minor] Clickhouse: Change scores to Float32 for now
-rw-r--r-- | src/plugins/lua/clickhouse.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/clickhouse.lua b/src/plugins/lua/clickhouse.lua index 928b6b283..b4d5a859a 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, |