diff options
author | Erik Johnston <erikj@matrix.org> | 2023-11-16 16:57:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 16:57:26 +0000 |
commit | 4d6b80038588f273a95d8d705aca885dc61768cc (patch) | |
tree | 28d50c6de1b24b9536f2ce9e83896f6b9baf00b2 /changelog.d | |
parent | Revert "Add a Postgres `REPLICA IDENTITY` to tables that do not have an impli... (diff) | |
download | synapse-4d6b80038588f273a95d8d705aca885dc61768cc.tar.xz |
Revert "Fix test not detecting tables with missing primary keys and missing replica identities, then add more replica identities. (#16647)" (#16652)
This reverts commit 830988ae72d63bbb67d2020a3f221664f3f456ee.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16647.misc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/16647.misc b/changelog.d/16647.misc deleted file mode 100644 index baee042f2f..0000000000 --- a/changelog.d/16647.misc +++ /dev/null @@ -1 +0,0 @@ -Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one. This should allow use of Postgres logical replication. \ No newline at end of file |