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>2021-12-02 22:42:58 +0000
committerGitHub <noreply@github.com>2021-12-02 22:42:58 +0000
commit5640992d176a499204a0756b1677c9b1575b0a49 (patch)
treeef3c2d1f709ba1ad9c236a6cef8b7ab758ed49ee /changelog.d
parentComments on the /sync tentacles (#11494) (diff)
downloadsynapse-5640992d176a499204a0756b1677c9b1575b0a49.tar.xz
Disambiguate queries on `state_key` (#11497)
We're going to add a `state_key` column to the `events` table, so we need to
add some disambiguation to queries which use it.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11497.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11497.misc b/changelog.d/11497.misc
new file mode 100644
index 0000000000..c4393f6193
--- /dev/null
+++ b/changelog.d/11497.misc
@@ -0,0 +1 @@
+Preparation for database schema simplifications: disambiguate queries on `state_key`.