summary refs log tree commit diff
path: root/synapse/storage/prepare_database.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-02-28 15:21:35 +0000
committerErik Johnston <erik@matrix.org>2017-02-28 15:21:35 +0000
commitec9c8fc6cf16cd7b9223dc20f67a9b2c7f0738cd (patch)
tree26b6a3869a0baca2f4f332f720d55cdeabb3b509 /synapse/storage/prepare_database.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes (diff)
parentMerge pull request #1959 from matrix-org/erikj/intern_once (diff)
downloadsynapse-ec9c8fc6cf16cd7b9223dc20f67a9b2c7f0738cd.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'synapse/storage/prepare_database.py')
-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 b357f22be7..ed84db6b4b 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 = 40 +SCHEMA_VERSION = 41 dir_path = os.path.abspath(os.path.dirname(__file__))