summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-12-05 11:08:40 +0000
committerGitHub <noreply@github.com>2023-12-05 11:08:40 +0000
commit0bb8e418a41c6f583ca9d705b400e37e2308a534 (patch)
tree694c9cf285618594aed701470f69a8c71845460c /changelog.d
parentAdd a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one.... (diff)
downloadsynapse-0bb8e418a41c6f583ca9d705b400e37e2308a534.tar.xz
Fix postgres schema after dropping old tables (#16730)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16730.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16730.misc b/changelog.d/16730.misc
new file mode 100644
index 0000000000..baee042f2f
--- /dev/null
+++ b/changelog.d/16730.misc
@@ -0,0 +1 @@
+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