We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb5f8b commit b52abbaCopy full SHA for b52abba
sql/000008_kubescore.up.sql
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS kubescore (
11
path String,
12
summary String,
13
file_name String,
14
- file_row String,
+ file_row BIGINT,
15
EventTime DateTime('UTC'),
16
ExpiryDate DateTime DEFAULT now() + INTERVAL {{.TTLValue}} {{.TTLUnit}}
17
) ENGINE = MergeTree()
0 commit comments