fix migrations
This commit is contained in:
parent
fcd5a30712
commit
e46f1fb027
1 changed files with 1 additions and 2 deletions
|
|
@ -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],
|
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue