mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-14 19:02:46 +02:00
LNURLp fix
This commit breaks when migrating data https://github.com/lnbits/lnbits/pull/1298
This commit is contained in:
parent
1fcbd8923b
commit
4ed966fefe
@ -122,7 +122,7 @@ async def m006_redux(db):
|
|||||||
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
||||||
""",
|
""",
|
||||||
(
|
(
|
||||||
row[0],
|
str(row[0]),
|
||||||
row[1],
|
row[1],
|
||||||
row[2],
|
row[2],
|
||||||
row[3],
|
row[3],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user