mirror of
https://github.com/lnbits/lnbits.git
synced 2025-08-03 15:32:22 +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()
|
||||
if len(rows):
|
||||
logger.info(f"Mirgraion: Checking expiry of {len(rows)} invoices")
|
||||
for i, (
|
||||
payment_request,
|
||||
|
Reference in New Issue
Block a user