From 9cf587a64af09949848608a6bfa84c5c27b615ce Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 20 Jan 2023 15:53:27 +0200 Subject: [PATCH] chore: format `SQL` --- lnbits/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: