mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-02 19:36:40 -04:00
Add missing comma
This commit is contained in:
parent
b41dc68773
commit
9f03553f48
1 changed files with 1 additions and 1 deletions
|
@ -637,7 +637,7 @@ def prepare_database(db_conn):
|
|||
raise UpgradeDatabaseException(
|
||||
"No delta for version 10"
|
||||
)
|
||||
sql_script = read_schema("delta/v%d" % (v))
|
||||
sql_script = read_schema("delta/v%d" % (v,))
|
||||
c.executescript(sql_script)
|
||||
|
||||
db_conn.commit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue