mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 02:23:49 +08:00
Add tests to update from 2.4.0 Fix up version.config Fix view creation stmt in views_experimental.sql that causes extension update failures.
4 lines
207 B
SQL
4 lines
207 B
SQL
-- Note that 2.4.0 used CREATE VIEW instead of CREATE OR REPLACE VIEW to
|
|
-- create this view. This should be part of downgrade to 2.4.0
|
|
DROP VIEW IF EXISTS timescaledb_experimental.chunk_replication_status;
|