mirror of
https://github.com/lnbits/lnbits.git
synced 2025-08-03 07:22:28 +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()
|
).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, (
|
for i, (
|
||||||
payment_request,
|
payment_request,
|
||||||
checking_id,
|
checking_id,
|
||||||
|
Reference in New Issue
Block a user