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>2020-02-04 21:31:08 +0000
committerGitHub <noreply@github.com>2020-02-04 21:31:08 +0000
commitd88e0ec0802b3b0a49853fb6b777a35b7c195ea6 (patch)
tree669475ca78ecbcef1a838fa4e91bb017f6f4c77c /changelog.d
parentMerge pull request #6844 from matrix-org/uhoreg/cross_signing_fix_device_fed (diff)
downloadsynapse-d88e0ec0802b3b0a49853fb6b777a35b7c195ea6.tar.xz
Database updates to populate rooms.room_version (#6847)
We're going to need this so that we can figure out how to handle redactions when fetching events from the database.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6847.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6847.misc b/changelog.d/6847.misc
new file mode 100644
index 0000000000..094e911adb
--- /dev/null
+++ b/changelog.d/6847.misc
@@ -0,0 +1 @@
+Populate `rooms.room_version` database column at startup, rather than in a background update.