mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-22 14:22:55 +01:00
chore: format SQL
This commit is contained in:
parent
8857cb94b4
commit
9cf587a64a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue