mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-11 21:39:23 +02:00
print only if migration takes place
This commit is contained in:
parent
6eb9c5d9ee
commit
e15cfeb943
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user