mirror of
https://github.com/lnbits/lnbits.git
synced 2025-08-02 15:02:21 +02:00
print only if migration takes place
This commit is contained in:
@@ -223,7 +223,8 @@ async def m007_set_invoice_expiries(db):
|
||||
"""
|
||||
)
|
||||
).fetchall()
|
||||
logger.info(f"Mirgraion: Checking expiry of {len(rows)} invoices")
|
||||
if len(rows):
|
||||
logger.info(f"Mirgraion: Checking expiry of {len(rows)} invoices")
|
||||
for i, (
|
||||
payment_request,
|
||||
checking_id,
|
||||
|
Reference in New Issue
Block a user