Remove copy_chunk_data from downgrade script

The internal function `copy_chunk_data` was removed as part of
refactoring and is no longer necessary to remove in the downgrade
script since the function was never part of a release.
This commit is contained in:
Erik Nordström 2021-07-06 10:30:40 +02:00 committed by Dmitry Simonenko
parent 691c3dc952
commit 352dc9baec

View File

@ -5,7 +5,6 @@ DROP FUNCTION IF EXISTS _timescaledb_internal.create_chunk_table;
DROP FUNCTION IF EXISTS _timescaledb_internal.create_chunk_replica_table;
DROP FUNCTION IF EXISTS _timescaledb_internal.chunk_drop_replica;
DROP FUNCTION IF EXISTS _timescaledb_internal.create_chunk;
DROP FUNCTION IF EXISTS _timescaledb_internal.copy_chunk_data;
DROP PROCEDURE IF EXISTS _timescaledb_internal.wait_subscription_sync;
DROP PROCEDURE IF EXISTS timescaledb_experimental.move_chunk;
DROP PROCEDURE IF EXISTS timescaledb_experimental.copy_chunk;