mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-06 14:48:56 +01: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…
Reference in a new issue