This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
679: Improve visibility into maintenance tasks r=cevian a=cevian Co-authored-by: Matvey Arye <[email protected]>
- Loading branch information
Showing
6 changed files
with
241 additions
and
38 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
pkg/migrations/sql/versions/dev/0.4.2-dev/4-drop_old_main_funcs.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
DROP PROCEDURE IF EXISTS SCHEMA_CATALOG.drop_metric_chunks(TEXT, TIMESTAMPTZ, TIMESTAMPTZ); | ||
DROP PROCEDURE IF EXISTS SCHEMA_CATALOG.execute_data_retention_policy(); | ||
DROP PROCEDURE IF EXISTS SCHEMA_PROM.execute_maintenance(); | ||
DROP FUNCTION IF EXISTS SCHEMA_PROM.config_maintenance_jobs(int, interval); | ||
DROP PROCEDURE IF EXISTS SCHEMA_CATALOG.execute_compression_policy(); |
Oops, something went wrong.