Move pushers delta to v12 and bump schema version

pull/46/head
David Baker 2015-01-28 15:48:28 +00:00
parent fddc7a080a
commit 60b143a52e
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 = 11
SCHEMA_VERSION = 12
class _RollbackButIsFineException(Exception):