We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62175eb commit 26b4fcaCopy full SHA for 26b4fca
1 file changed
sql/updates/reverse-dev.sql
@@ -42,6 +42,7 @@ WHERE c.osm_chunk
42
ON CONFLICT DO NOTHING;
43
44
-- Drop chunk stats related objects
45
+DROP VIEW IF EXISTS timescaledb_information.stat_chunk_activity;
46
DROP FUNCTION IF EXISTS _timescaledb_functions.chunk_statistics(regclass, regclass, timestamptz);
47
DROP FUNCTION IF EXISTS _timescaledb_functions.chunk_statistics_reset();
48
0 commit comments