schema version is now 10

This commit is contained in:
David Baker 2014-12-18 15:11:06 +00:00
parent 0a6664493a
commit afa953a293
2 changed files with 1 additions and 1 deletions

View File

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