summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-10-23 07:37:45 -0400
committerGitHub <noreply@github.com>2023-10-23 07:37:45 -0400
commit12ca87f5eac06450abaf024e5f4906147d5322e3 (patch)
treeea7bd5fbe88370ea079b1ace9c565e420988c56d /changelog.d
parentBump matrix-synapse-ldap3 from 0.2.2 to 0.3.0 (#16539) (diff)
downloadsynapse-12ca87f5eac06450abaf024e5f4906147d5322e3.tar.xz
Remove the last reference to event_txn_id. (#16521)
This table was no longer used, except for a background process
which purged old entries in it.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16521.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16521.misc b/changelog.d/16521.misc
new file mode 100644
index 0000000000..c6a8ddcf9c
--- /dev/null
+++ b/changelog.d/16521.misc
@@ -0,0 +1 @@
+Stop deleting from an unused table.