mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-23 06:54:27 +02:00
Merge pull request #1254 from joelklabo/joel/fix-typo-migration-logging
Fix Typo in Migration Logging
This commit is contained in:
commit
a0e46f1994
@ -224,7 +224,7 @@ async def m007_set_invoice_expiries(db):
|
||||
)
|
||||
).fetchall()
|
||||
if len(rows):
|
||||
logger.info(f"Mirgraion: Checking expiry of {len(rows)} invoices")
|
||||
logger.info(f"Migration: Checking expiry of {len(rows)} invoices")
|
||||
for i, (
|
||||
payment_request,
|
||||
checking_id,
|
||||
@ -238,7 +238,7 @@ async def m007_set_invoice_expiries(db):
|
||||
invoice.date + invoice.expiry
|
||||
)
|
||||
logger.info(
|
||||
f"Mirgraion: {i+1}/{len(rows)} setting expiry of invoice {invoice.payment_hash} to {expiration_date}"
|
||||
f"Migration: {i+1}/{len(rows)} setting expiry of invoice {invoice.payment_hash} to {expiration_date}"
|
||||
)
|
||||
await db.execute(
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user