From db5b3306cd359599644fba17c9f842c4c67f2df6 Mon Sep 17 00:00:00 2001 From: Ben Arc Date: Tue, 20 Apr 2021 09:28:06 +0100 Subject: [PATCH] Updated migrations --- lnbits/extensions/copilot/migrations.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lnbits/extensions/copilot/migrations.py b/lnbits/extensions/copilot/migrations.py index 449381c97..8e4e72d2f 100644 --- a/lnbits/extensions/copilot/migrations.py +++ b/lnbits/extensions/copilot/migrations.py @@ -27,7 +27,6 @@ async def m001_initial(db): amount_made INTEGER, fullscreen_cam INTEGER, iframe_url TEXT, - notes TEXT, timestamp TIMESTAMP NOT NULL DEFAULT (strftime('%s', 'now')) ); """