mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-08 08:02:14 -04:00
Merge branch 'develop' into pushers
This commit is contained in:
commit
23465a30b6
35 changed files with 191 additions and 138 deletions
|
@ -510,7 +510,7 @@ def prepare_database(db_conn):
|
|||
"new for the server to understand"
|
||||
)
|
||||
elif user_version < SCHEMA_VERSION:
|
||||
logging.info(
|
||||
logger.info(
|
||||
"Upgrading database from version %d",
|
||||
user_version
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue