diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-12 13:10:42 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-12 13:10:42 +0100 |
commit | da6a7bbdde73c5182a08a8f6253dc77761d9fc5f (patch) | |
tree | de515e4104613e4abbe0f523904f055078fc48af /synapse/storage/__init__.py | |
parent | Fix up leak. Add warnings. (diff) | |
parent | Merge pull request #148 from matrix-org/bugs/SYN-377 (diff) | |
download | synapse-da6a7bbdde73c5182a08a8f6253dc77761d9fc5f.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/logging_context
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 0cc14fb692..7cb91a0be9 100644 --- a/synapse/storage/__init__.py +++ b/synapse/storage/__init__.py @@ -51,7 +51,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 = 17 +SCHEMA_VERSION = 18 dir_path = os.path.abspath(os.path.dirname(__file__)) |