summary refs log tree commit diff
path: root/synapse/storage/prepare_database.py
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2018-01-17 16:39:02 +0000
committerGitHub <noreply@github.com>2018-01-17 16:39:02 +0000
commita87006f9c794e9261acf1fbb39a7ce84baa40e49 (patch)
tree97fdc27210ffc12704f5e361e764ac2c86d31c42 /synapse/storage/prepare_database.py
parentMerge pull request #2803 from matrix-org/matthew/fix-userdir-sql (diff)
parentRemove lost comment (diff)
downloadsynapse-a87006f9c794e9261acf1fbb39a7ce84baa40e49.tar.xz
Merge pull request #2783 from matrix-org/erikj/media_last_accessed
Keep track of last access time for local media
Diffstat (limited to 'synapse/storage/prepare_database.py')
-rw-r--r--synapse/storage/prepare_database.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/prepare_database.py b/synapse/storage/prepare_database.py

index d1691bbac2..c845a0cec5 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 = 46 +SCHEMA_VERSION = 47 dir_path = os.path.abspath(os.path.dirname(__file__))