From 6a80f7c713296c04778a81a0700c3610fe8e4a2e Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 12 Dec 2022 10:52:01 +0200 Subject: [PATCH] chore: code formatting --- lnbits/core/migrations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lnbits/core/migrations.py b/lnbits/core/migrations.py index 9d771315b..814132463 100644 --- a/lnbits/core/migrations.py +++ b/lnbits/core/migrations.py @@ -259,6 +259,7 @@ async def m007_set_invoice_expiries(db): # keep track of db versions so no migration ever runs twice. pass + async def m008_create_admin_settings_table(db): await db.execute( """