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 85f406b commit a1eb169Copy full SHA for a1eb169
1 file changed
test/sql/updates/setup.v11.sql
@@ -4,3 +4,6 @@
4
5
\ir setup.v10.sql
6
\ir setup.fix_sparse_index_migration.sql
7
+
8
+CREATE OR REPLACE VIEW chunk_view AS SELECT * FROM timescaledb_information.chunks;
9
+CREATE OR REPLACE VIEW hypertable_view AS SELECT * FROM timescaledb_information.hypertables;
0 commit comments