From fcd5a307121ffa30e71770c61e73700992132e02 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Wed, 15 Mar 2023 00:06:04 +0100 Subject: [PATCH] fix migrations --- migrations.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/migrations.py b/migrations.py index cd2db9a..5910699 100644 --- a/migrations.py +++ b/migrations.py @@ -10,8 +10,7 @@ async def m001_initial(db): description TEXT NOT NULL, amount {db.big_int} NOT NULL, served_meta INTEGER NOT NULL, - served_pr INTEGER NOT NULL, - username TEXT + served_pr INTEGER NOT NULL ); """ ) @@ -98,8 +97,7 @@ async def m006_redux(db): success_url TEXT, comment_chars INTEGER DEFAULT 0, webhook_headers TEXT, - webhook_body TEXT, - username TEXT + webhook_body TEXT ); """ ) @@ -124,8 +122,7 @@ async def m006_redux(db): max, fiat_base_multiplier, webhook_headers, - webhook_body, - username + webhook_body ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) """,