diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-05-20 11:00:52 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-05-20 11:00:52 +0100 |
commit | e1a545a035310f312bf9750f9603b7f3a456a78a (patch) | |
tree | 9fc798d54fba33c30cddcbae47f4e7df67507a2b /src | |
parent | 595be3bd845a378e5cda264e1ea044e3a4b5e804 (diff) | |
download | rspamd-e1a545a035310f312bf9750f9603b7f3a456a78a.tar.gz rspamd-e1a545a035310f312bf9750f9603b7f3a456a78a.zip |
[Minor] Clickhouse: Change scores to Float32 for now
Diffstat (limited to 'src')
-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, |