mirror of https://github.com/citusdata/citus.git
fix include path in downgrade
parent
6289acc872
commit
e0d3fd3d72
|
@ -6,7 +6,7 @@ DROP SEQUENCE citus.pg_dist_shardgroupid_seq;
|
|||
ALTER TABLE pg_catalog.pg_dist_shard DROP COLUMN shardgroupid;
|
||||
|
||||
DROP FUNCTION pg_catalog.citus_internal_add_shard_metadata(regclass, bigint, "char", text, text, bigint);
|
||||
#include "udfs/citus_internal_add_shard_metadata/10.2-1.sql"
|
||||
#include "../udfs/citus_internal_add_shard_metadata/10.2-1.sql"
|
||||
|
||||
DROP FUNCTION pg_catalog.citus_internal_add_shardgroup_metadata(bigint, integer, text, text);
|
||||
DROP FUNCTION FUNCTION pg_catalog.citus_internal_delete_shardgroup_metadata(bigint, int);
|
||||
|
|
Loading…
Reference in New Issue