From 4ed966fefea7f1f91cebe50a70befa7d2ac81ed7 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 5 Jan 2023 18:31:29 +0000 Subject: [PATCH] LNURLp fix This commit breaks when migrating data https://github.com/lnbits/lnbits/pull/1298 --- lnbits/extensions/lnurlp/migrations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/extensions/lnurlp/migrations.py b/lnbits/extensions/lnurlp/migrations.py index 44df5ba9e..82fe45c1f 100644 --- a/lnbits/extensions/lnurlp/migrations.py +++ b/lnbits/extensions/lnurlp/migrations.py @@ -122,7 +122,7 @@ async def m006_redux(db): VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) """, ( - row[0], + str(row[0]), row[1], row[2], row[3],