diff --git a/lnbits/commands.py b/lnbits/commands.py index b5463f70..50228112 100644 --- a/lnbits/commands.py +++ b/lnbits/commands.py @@ -62,7 +62,7 @@ async def migrate_databases(): ) elif conn.type in {POSTGRES, COCKROACH}: exists = await conn.fetchone( - "SELECT * FROM information_schema.tables WHERE table_schema= 'public' AND table_name = 'dbversions'" + "SELECT * FROM information_schema.tables WHERE table_schema = 'public' AND table_name = 'dbversions'" ) if not exists: