diff options
author | Erik Johnston <erik@matrix.org> | 2014-11-19 18:00:57 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-11-19 18:00:57 +0000 |
commit | 5b46ce579ba9a198546ff9e19f743eb91a126422 (patch) | |
tree | 67a0454a06167f9616d5d8115edf2aacfc877521 /synapse/storage/__init__.py | |
parent | Initialise UserPresenceCache instances to always contain a 'presence' key (diff) | |
download | synapse-5b46ce579ba9a198546ff9e19f743eb91a126422.tar.xz |
Bump version, changelog and upgrade.rst
Diffstat (limited to 'synapse/storage/__init__.py')
-rw-r--r-- | synapse/storage/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/__init__.py b/synapse/storage/__init__.py index c36d938d96..330d3b793f 100644 --- a/synapse/storage/__init__.py +++ b/synapse/storage/__init__.py @@ -67,7 +67,7 @@ SCHEMAS = [ # Remember to update this number every time an incompatible change is made to # database schema files, so the users will be informed on server restarts. -SCHEMA_VERSION = 6 +SCHEMA_VERSION = 7 class _RollbackButIsFineException(Exception): |