diff --git a/lnbits/commands.py b/lnbits/commands.py index 0a48e05f..95950760 100644 --- a/lnbits/commands.py +++ b/lnbits/commands.py @@ -109,3 +109,5 @@ async def migrate_databases(): async with ext_db.connect() as ext_conn: await run_migration(ext_conn, ext_migrations) + + print(" ✔️ All migrations done.")