mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Use direct references for configuration variables (part 6). (#10916)
This commit is contained in:
parent
8cef1ab2ac
commit
94b620a5ed
54 changed files with 141 additions and 132 deletions
|
@ -366,7 +366,7 @@ def _upgrade_existing_database(
|
|||
+ "new for the server to understand"
|
||||
)
|
||||
|
||||
# some of the deltas assume that config.server_name is set correctly, so now
|
||||
# some of the deltas assume that server_name is set correctly, so now
|
||||
# is a good time to run the sanity check.
|
||||
if not is_empty and "main" in databases:
|
||||
from synapse.storage.databases.main import check_database_before_upgrade
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue