mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 14:30:41 -05:00
Add a stub run_upgrade
This commit is contained in:
parent
fa722a699c
commit
7d5b142547
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue