Skip to content

Commit 90be217

Browse files
committed
Implement update and downgrade
1 parent 5e081de commit 90be217

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sql/updates/latest-dev.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ $$;
1212

1313
DROP VIEW IF EXISTS timescaledb_information.job_stats;
1414
DROP VIEW IF EXISTS timescaledb_information.continuous_aggregates;
15+
DROP VIEW IF EXISTS timescaledb_information.chunks;
1516

sql/updates/reverse-dev.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ $$;
1212

1313
DROP VIEW IF EXISTS timescaledb_information.job_stats;
1414
DROP VIEW IF EXISTS timescaledb_information.continuous_aggregates;
15+
DROP VIEW IF EXISTS timescaledb_information.chunks;
1516

0 commit comments

Comments
 (0)