Remove the set_replica_identity
operation
#490
Labels
breaking-changes
breaking changes to pgroll
Milestone
Remove the
set_replica_identity
operation used to set the replica identity on a table (added in #201).The operation supported a use-case for a particular integration of
pgroll
but isn't generally useful. The operation is not multi-version (it's made directly on the underlying table) so is better performed using a raw SQL migration.This a breaking change, and should be made just before a
v1
release.The text was updated successfully, but these errors were encountered: