diff options
author | Erik Johnston <erik@matrix.org> | 2015-06-11 15:50:39 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-06-11 15:50:39 +0100 |
commit | 1e365e88bd9496e60de56e45ea4603eb3b81d8c9 (patch) | |
tree | 73b67a1e6f30986aa248e61cea4843e2c7bff7a6 /synapse | |
parent | Bump version (diff) | |
download | synapse-1e365e88bd9496e60de56e45ea4603eb3b81d8c9.tar.xz |
Bump schema version
Diffstat (limited to 'synapse')
-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__)) |