diff options
author | Erik Johnston <erik@matrix.org> | 2021-01-07 11:33:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 11:33:36 +0000 |
commit | eee3c3c52f59661a95f2f626edc97fac295817d6 (patch) | |
tree | 4814b72d6d575c073380f8f0748da6c81f7d33bc /changelog.d | |
parent | Empty iterables should count towards cache usage. (#9028) (diff) | |
download | synapse-eee3c3c52f59661a95f2f626edc97fac295817d6.tar.xz |
Handle updating schema version without any deltas. (#9033)
This can happen when using a split out state database and we've upgraded the schema version without there being any changes in the state schema.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9033.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9033.misc b/changelog.d/9033.misc new file mode 100644 index 0000000000..e9a305c0e8 --- /dev/null +++ b/changelog.d/9033.misc @@ -0,0 +1 @@ +Allow bumping schema version when using split out state database. |