print only if migration takes place
This commit is contained in:
parent
6eb9c5d9ee
commit
e15cfeb943
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue