diff options
author | David Baker <dave@matrix.org> | 2016-01-05 18:39:50 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2016-01-05 18:39:50 +0000 |
commit | eb036256267dc76f13a8a25ab952356e1b1e9c00 (patch) | |
tree | 6d91ca8882e7afc8c5486e28d2e782783b1c85de /synapse/storage/prepare_database.py | |
parent | comment typo (diff) | |
parent | Merge pull request #463 from matrix-org/daniel/hashtagnofilter (diff) | |
download | synapse-eb036256267dc76f13a8a25ab952356e1b1e9c00.tar.xz |
Merge remote-tracking branch 'origin/develop' into store_event_actions
Diffstat (limited to 'synapse/storage/prepare_database.py')
-rw-r--r-- | synapse/storage/prepare_database.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/storage/prepare_database.py b/synapse/storage/prepare_database.py index 16eff62544..c1f5f99789 100644 --- a/synapse/storage/prepare_database.py +++ b/synapse/storage/prepare_database.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2014, 2015 OpenMarket Ltd +# Copyright 2014 - 2016 OpenMarket Ltd # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -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 = 27 +SCHEMA_VERSION = 28 dir_path = os.path.abspath(os.path.dirname(__file__)) |