diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-27 14:30:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-27 14:30:57 +0000 |
commit | 8df862e45d9848c226399c8e39d31497461516ff (patch) | |
tree | a60d7a879433a926350ec2850681ef83b5842b9b /changelog.d | |
parent | Propagate cache invalidates from workers to other workers. (#6748) (diff) | |
download | synapse-8df862e45d9848c226399c8e39d31497461516ff.tar.xz |
Add `rooms.room_version` column (#6729)
This is so that we don't have to rely on pulling it out from `current_state_events` table.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6729.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6729.misc b/changelog.d/6729.misc new file mode 100644 index 0000000000..5537355bea --- /dev/null +++ b/changelog.d/6729.misc @@ -0,0 +1 @@ +Record room versions in the `rooms` table. |