lnurldevice migration: typo fix (#746)
* typo fix * fix table name * revert typo
This commit is contained in:
parent
ad2aad05e0
commit
2febb364ca
|
@ -38,11 +38,11 @@ async def m001_initial(db):
|
|||
|
||||
async def m002_redux(db):
|
||||
"""
|
||||
Moves everything from lnurlpos to lnurldevices
|
||||
Moves everything from lnurlpos to lnurldevice
|
||||
"""
|
||||
try:
|
||||
for row in [
|
||||
list(row) for row in await db2.fetchall("SELECT * FROM lnurlpos.lnurlpos")
|
||||
list(row) for row in await db2.fetchall("SELECT * FROM lnurlpos.lnurlposs")
|
||||
]:
|
||||
await db.execute(
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user