Skip to content

Commit 68b168a

Browse files
committed
sql/updates/2.24.0--2.25.0.sql
1 parent 26b4fca commit 68b168a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

sql/updates/2.24.0--2.25.0.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
DROP VIEW IF EXISTS timescaledb_information.dimensions;
2+
DROP VIEW IF EXISTS timescaledb_information.hypertables;
3+
DROP VIEW IF EXISTS timescaledb_information.chunks;
4+
DROP VIEW IF EXISTS timescaledb_information.chunk_columnstore_settings;
5+
DROP VIEW IF EXISTS timescaledb_information.chunk_compression_settings;
6+
27
-- Block update if CAggs in old format are found
38
DO
49
$$
@@ -252,3 +257,4 @@ DROP FUNCTION timescaledb_experimental.time_bucket_ng(bucket_width INTERVAL, ts
252257
DROP FUNCTION timescaledb_experimental.time_bucket_ng(bucket_width INTERVAL, ts TIMESTAMPTZ);
253258

254259
DROP FUNCTION timescaledb_experimental.time_bucket_ng(bucket_width INTERVAL, ts TIMESTAMPTZ, origin TIMESTAMPTZ);
260+

0 commit comments

Comments
 (0)