mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-07-23 14:30:38 -04:00
Bump schema version
This commit is contained in:
parent
fa6c93bd26
commit
1a989c436c
2 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ SCHEMAS = [
|
||||||
|
|
||||||
# Remember to update this number every time an incompatible change is made to
|
# 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.
|
# database schema files, so the users will be informed on server restarts.
|
||||||
SCHEMA_VERSION = 12
|
SCHEMA_VERSION = 13
|
||||||
|
|
||||||
|
|
||||||
class _RollbackButIsFineException(Exception):
|
class _RollbackButIsFineException(Exception):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue