diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-02-04 21:31:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 21:31:08 +0000 |
commit | d88e0ec0802b3b0a49853fb6b777a35b7c195ea6 (patch) | |
tree | 669475ca78ecbcef1a838fa4e91bb017f6f4c77c /changelog.d/6847.misc | |
parent | Merge pull request #6844 from matrix-org/uhoreg/cross_signing_fix_device_fed (diff) | |
download | synapse-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/6847.misc')
-rw-r--r-- | changelog.d/6847.misc | 1 |
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. |