mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 10:05:55 +03:00
Add missing run_upgrade
This commit is contained in:
parent
c877f0f034
commit
b743c1237e
1 changed files with 4 additions and 0 deletions
|
@ -63,3 +63,7 @@ def run_create(cur, database_engine, *args, **kwargs):
|
|||
sql = database_engine.convert_param_style(sql)
|
||||
|
||||
cur.execute(sql, ("event_search_order", progress_json))
|
||||
|
||||
|
||||
def run_upgrade(cur, database_engine, *args, **kwargs):
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue