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