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,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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue