This commit is contained in:
Neil Johnson 2019-04-03 17:18:44 +01:00
parent 9f747e8651
commit 8dcc771928

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 = 55
SCHEMA_VERSION = 54
dir_path = os.path.abspath(os.path.dirname(__file__))