Bump schema version to 46

pull/2582/head
Luke Barnard 2017-10-26 17:23:49 +01:00
parent 595fe67f01
commit cfa4e658e0
1 changed files with 1 additions and 1 deletions

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__))