fix include path in downgrade

backup/feature/shardgroup
Nils Dijk 2022-12-12 16:01:18 +01:00
parent 6289acc872
commit e0d3fd3d72
No known key found for this signature in database
GPG Key ID: CA1177EF9434F241
1 changed files with 1 additions and 1 deletions

View File

@ -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);