Add delta and bump DB version

This commit is contained in:
Erik Johnston 2015-01-06 15:42:18 +00:00
parent f6da237c35
commit a01416cf21
2 changed files with 17 additions and 1 deletions

View file

@ -66,7 +66,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 = 10
SCHEMA_VERSION = 11
class _RollbackButIsFineException(Exception):