Bump schema version to 46

This commit is contained in:
Luke Barnard 2017-10-26 17:23:49 +01:00
parent 595fe67f01
commit cfa4e658e0

View file

@ -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 = 45
SCHEMA_VERSION = 46
dir_path = os.path.abspath(os.path.dirname(__file__))