Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithunikzz committed Nov 1, 2023
1 parent 1f257a5 commit e52def5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sql/20231031110543_update_event.up.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ALTER TABLE events
ENGINE = MergeTree()
ORDER BY (ClusterName, EventTime)
TTL EventTime + INTERVAL 10 MINUTE;

TTL EventTime TO EventTime + INTERVAL 10 MINUTE;

0 comments on commit e52def5

Please sign in to comment.