summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-03-28 14:40:03 +0100
committerNeil Johnson <neil@fragile.org.uk>2018-03-28 14:40:03 +0100
commit4262aba17b643bc82c5cce92298dac0a27b2727c (patch)
tree410a7b0bc89cba83bc11f2acbdeb90dd2a24ab34 /synapse
parentSupport multi client R30 for psql (diff)
downloadsynapse-4262aba17b643bc82c5cce92298dac0a27b2727c.tar.xz
bump schema version
Diffstat (limited to 'synapse')
-rw-r--r--synapse/storage/prepare_database.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/prepare_database.py b/synapse/storage/prepare_database.py
index c845a0cec5..68675e15d2 100644
--- a/synapse/storage/prepare_database.py
+++ b/synapse/storage/prepare_database.py
@@ -25,7 +25,7 @@ logger = logging.getLogger(__name__)
 
 # Remember to update this number every time a change is made to database
 # schema files, so the users will be informed on server restarts.
-SCHEMA_VERSION = 47
+SCHEMA_VERSION = 48
 
 dir_path = os.path.abspath(os.path.dirname(__file__))