Fixed lnticket migrate bug

This commit is contained in:
Ben Arc
2021-08-16 10:03:10 +01:00
parent c2a11f5877
commit afc2b78a25

View File

@@ -148,7 +148,6 @@ 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(
""" """