diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-12-04 11:41:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-04 11:41:28 +0100 |
commit | f144c0a21071fd2a7b3ee271e2dfdd49c1aef94f (patch) | |
tree | f90e2df199af2f00fd63853d35bbc9865910e0cc /synapse/storage/prepare_database.py | |
parent | Patch defer.inlineCallbacks to check logcontexts in tests (#4205) (diff) | |
parent | Add changelog (diff) | |
download | synapse-f144c0a21071fd2a7b3ee271e2dfdd49c1aef94f.tar.xz |
Merge pull request #4244 from aaronraimist/drop-sent-txt
Drop sent_transactions
Diffstat (limited to 'synapse/storage/prepare_database.py')
-rw-r--r-- | synapse/storage/prepare_database.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/prepare_database.py b/synapse/storage/prepare_database.py index d5d2f89a77..fa36daac52 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 = 52 +SCHEMA_VERSION = 53 dir_path = os.path.abspath(os.path.dirname(__file__)) |