fix migrations

This commit is contained in:
callebtc 2023-03-15 00:07:00 +01:00
commit e46f1fb027

View file

@ -124,7 +124,7 @@ async def m006_redux(db):
webhook_headers, webhook_headers,
webhook_body webhook_body
) )
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
""", """,
( (
row[0], row[0],
@ -142,7 +142,6 @@ async def m006_redux(db):
row[12], row[12],
row[13], row[13],
row[14], row[14],
row[15],
), ),
) )