From 723c9006e1f9ca2af73eedb1bc072f66d1d614c1 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 5 Jan 2023 22:27:25 +0000 Subject: [PATCH] duplicate --- lnbits/extensions/gerty/migrations.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lnbits/extensions/gerty/migrations.py b/lnbits/extensions/gerty/migrations.py index a7a3243b5..afef2cfd8 100644 --- a/lnbits/extensions/gerty/migrations.py +++ b/lnbits/extensions/gerty/migrations.py @@ -62,14 +62,6 @@ async def m005_add_gerty_model_col(db): await db.execute("ALTER TABLE gerty.gertys ADD COLUMN urls TEXT;") -async def m006_add_gerty_model_col(db): - """ - support for Gerty model col - """ - await db.execute("ALTER TABLE gerty.mempool RENAME TO mempool_old;") - await db.execute("ALTER TABLE gerty.mempool ADD COLUMN time FLOAT;") - - async def m006_add_gerty_model_col(db): """ Add UUID ID's to links and migrates existing data