summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-05-17 12:07:18 +0200
committerGitHub <noreply@github.com>2022-05-17 11:07:18 +0100
commit24b590de32154eb3965220bd62715e52b37b4074 (patch)
tree0e9e5c3f69f83512d110df9ea05746e1012d6252 /changelog.d
parentFix push for m.read events (#12721) (diff)
downloadsynapse-24b590de32154eb3965220bd62715e52b37b4074.tar.xz
Remove code which updates `application_services_state.last_txn` (#12680)
This column is unused as of #12209, so let's stop writing to it.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12680.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12680.misc b/changelog.d/12680.misc
new file mode 100644
index 0000000000..dfd1f0a6c6
--- /dev/null
+++ b/changelog.d/12680.misc
@@ -0,0 +1 @@
+Remove code which updates unused database column `application_services_state.last_txn`.