mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -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:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
def run_upgrade(cur, database_engine, *args, **kwargs):
|
||||||
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user