timescaledb/sql/updates/reverse-dev.sql
gayyappan 9ea77fb97f Post release 2.4.0
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.
2021-07-30 17:51:30 -04:00

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;