Skip to content

Commit ddb5f8b

Browse files
committed
kubescore added
1 parent 23205ab commit ddb5f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/000008_kubescore.up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS kubescore (
1111
path String,
1212
summary String,
1313
file_name String,
14-
file_row BIGINT,
14+
file_row String,
1515
EventTime DateTime('UTC'),
1616
ExpiryDate DateTime DEFAULT now() + INTERVAL {{.TTLValue}} {{.TTLUnit}}
1717
) ENGINE = MergeTree()

0 commit comments

Comments
 (0)