From e46f1fb0271520860c3ec060973cdf28a24c2bae Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Wed, 15 Mar 2023 00:07:00 +0100 Subject: [PATCH] fix migrations --- migrations.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/migrations.py b/migrations.py index 5910699..879bec3 100644 --- a/migrations.py +++ b/migrations.py @@ -124,7 +124,7 @@ async def m006_redux(db): webhook_headers, webhook_body ) - VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) + VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) """, ( row[0], @@ -142,7 +142,6 @@ async def m006_redux(db): row[12], row[13], row[14], - row[15], ), )