mirror of
https://github.com/matrix-org/synapse.git
synced 2026-05-08 13:46:34 +02:00
schema version is now 10
This commit is contained in:
parent
0a6664493a
commit
afa953a293
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user