diff options
author | Erik Johnston <erik@matrix.org> | 2015-06-11 16:08:48 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-06-11 16:08:48 +0100 |
commit | 295b400d5776a291d842718796ac315f56425e1d (patch) | |
tree | dbb3d376fbdea3df2e5dcf111905edf17854155f /synapse/storage/__init__.py | |
parent | Catch any exceptions in the pusher loop. Use a lower timeout for pushers so w... (diff) | |
parent | Update change log (diff) | |
download | synapse-295b400d5776a291d842718796ac315f56425e1d.tar.xz |
Merge branch 'release-v0.9.2' into develop
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 71757c393a..c137f47820 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 = 19 +SCHEMA_VERSION = 20 dir_path = os.path.abspath(os.path.dirname(__file__)) |