oops: formatting.

This commit is contained in:
fiatjaf
2020-11-21 23:23:11 -03:00
parent 03706dcbad
commit d84915cb00
16 changed files with 145 additions and 36 deletions
+9 -1
View File
@@ -72,6 +72,14 @@ async def m002_changed(db):
)
VALUES (?, ?, ?, ?, ?, ?, ?)
""",
(row[0], row[1], row[2], row[3], row[4], row[5], True,),
(
row[0],
row[1],
row[2],
row[3],
row[4],
row[5],
True,
),
)
await db.execute("DROP TABLE tickets")