mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Add a stub run_upgrade
This commit is contained in:
parent
fa722a699c
commit
7d5b142547
@ -28,3 +28,7 @@ def run_create(cur, database_engine, *args, **kwargs):
|
||||
)
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
def run_upgrade(cur, database_engine, *args, **kwargs):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user