summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2014-11-20 10:00:13 +0000
committerMark Haines <mark.haines@matrix.org>2014-11-20 10:00:13 +0000
commitb2aeaa2dcc833430330b556453acb83b23a95650 (patch)
tree81807cc40eded2faae7bfb7f969ada5b31798642 /synapse/storage
parentSYN-153: Fix formatting of federation error message (diff)
parenttypoe (diff)
downloadsynapse-b2aeaa2dcc833430330b556453acb83b23a95650.tar.xz
Merge branch 'master' into develop
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):