Merge remote-tracking branch 'arcbtc/FastAPI' into FastAPI
This commit is contained in:
@@ -109,3 +109,5 @@ async def migrate_databases():
|
|||||||
|
|
||||||
async with ext_db.connect() as ext_conn:
|
async with ext_db.connect() as ext_conn:
|
||||||
await run_migration(ext_conn, ext_migrations)
|
await run_migration(ext_conn, ext_migrations)
|
||||||
|
|
||||||
|
print(" ✔️ All migrations done.")
|
||||||
|
|||||||
Reference in New Issue
Block a user