Bump schema version

This commit is contained in:
Erik Johnston 2015-02-17 15:45:55 +00:00
parent fa6c93bd26
commit 1a989c436c
2 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ SCHEMAS = [
# Remember to update this number every time an incompatible change is made to
# database schema files, so the users will be informed on server restarts.
SCHEMA_VERSION = 12
SCHEMA_VERSION = 13
class _RollbackButIsFineException(Exception):