summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-11-19 18:00:57 +0000
committerErik Johnston <erik@matrix.org>2014-11-19 18:00:57 +0000
commit5b46ce579ba9a198546ff9e19f743eb91a126422 (patch)
tree67a0454a06167f9616d5d8115edf2aacfc877521 /synapse/storage
parentInitialise UserPresenceCache instances to always contain a 'presence' key (diff)
downloadsynapse-5b46ce579ba9a198546ff9e19f743eb91a126422.tar.xz
Bump version, changelog and upgrade.rst
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/__init__.py2
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):