Skip to content

Commit 72e3453

Browse files
authored
schema: remove use of add_drop_chunks_policy timescale function (#379)
1 parent 6cffcec commit 72e3453

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

storage/migrations/9_processing_stats.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ SELECT create_hypertable(
2727
if_not_exists => TRUE
2828
);
2929
30-
-- Set retention policy for stats, 3 months of data
31-
SELECT add_drop_chunks_policy('visor_processing_stats', INTERVAL '3 months');
32-
3330
`)
3431

3532
down := batch(`

0 commit comments

Comments
 (0)