mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 03:16:02 -04:00
Run deltas and bump user_version in upgrade script
This commit is contained in:
parent
3f6b36d96e
commit
c3c01641d2
3 changed files with 29 additions and 6 deletions
|
@ -74,7 +74,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 = 13
|
||||
SCHEMA_VERSION = 14
|
||||
|
||||
dir_path = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue