...and bump SCHEMA_VERSION

pull/4/merge
David Baker 10 years ago
parent fc7c5e9cd7
commit 173264b656
  1. 2
      synapse/storage/__init__.py

@ -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 = 8
SCHEMA_VERSION = 9
class _RollbackButIsFineException(Exception):

Loading…
Cancel
Save