Skip to content

Commit

Permalink
changes event
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithunikzz committed Nov 1, 2023
1 parent cc693fd commit 1c4be4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/20231031110543_update_event.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ CREATE TABLE IF NOT EXISTS new_events (
TTL EventTime + INTERVAL 10 MINUTE
SETTINGS index_granularity = 8192;

ALTER TABLE new_events RENAME TO events;

0 comments on commit 1c4be4b

Please sign in to comment.