Skip to content

Commit

Permalink
schema: remove use of add_drop_chunks_policy timescale function (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
iand authored Feb 9, 2021
1 parent 6cffcec commit 72e3453
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions storage/migrations/9_processing_stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ SELECT create_hypertable(
if_not_exists => TRUE
);
-- Set retention policy for stats, 3 months of data
SELECT add_drop_chunks_policy('visor_processing_stats', INTERVAL '3 months');
`)

down := batch(`
Expand Down

0 comments on commit 72e3453

Please sign in to comment.