mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 02:53:51 +08:00
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:
parent
691c3dc952
commit
352dc9baec
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user