tickets migrate bug fix

This commit is contained in:
Ben Arc 2021-08-16 09:44:35 +01:00
parent ee9490ab68
commit c2a11f5877

View file

@ -148,6 +148,7 @@ async def m003_changed(db):
async def m004_changed(db): async def m004_changed(db):
await db.execute("DROP TABLE lnticket.form2")
await db.execute( await db.execute(
""" """
@ -185,7 +186,7 @@ async def m004_changed(db):
webhook, webhook,
description, description,
amount, amount,
amountmade, amountmade
) )
VALUES (?, ?, ?, ?, ?, ?, ?) VALUES (?, ?, ?, ?, ?, ?, ?)
""", """,