mirror of https://github.com/citusdata/citus.git
No change in logic, just mark sequences as sync only
parent
ccb57470ce
commit
2333899bbe
|
@ -19,3 +19,4 @@ DROP FUNCTION pg_catalog.citus_internal_delete_shard_metadata(bigint);
|
|||
|
||||
REVOKE ALL ON FUNCTION pg_catalog.worker_record_sequence_dependency(regclass,regclass,name) FROM PUBLIC;
|
||||
ALTER TABLE pg_catalog.pg_dist_placement DROP CONSTRAINT placement_shardid_groupid_unique_index;
|
||||
ALTER TABLE citus.pg_dist_object DROP COLUMN sync_to_metadata_nodes;
|
||||
|
|
Loading…
Reference in New Issue