feat: print a message when all migrations are done
This commit is contained in:
parent
8ea2d20389
commit
0968c1b182
1 changed files with 2 additions and 0 deletions
|
|
@ -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.")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue