mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-24 08:59:25 -05: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:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
def run_upgrade(cur, database_engine, *args, **kwargs):
|
||||||
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user