Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithunikzz committed Dec 19, 2023
1 parent ddb5f8b commit b52abba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/000008_kubescore.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS kubescore (
path String,
summary String,
file_name String,
file_row String,
file_row BIGINT,
EventTime DateTime('UTC'),
ExpiryDate DateTime DEFAULT now() + INTERVAL {{.TTLValue}} {{.TTLUnit}}
) ENGINE = MergeTree()
Expand Down

0 comments on commit b52abba

Please sign in to comment.