mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-23 23:10:42 +02:00
chore: drop mempool
table
This commit is contained in:
parent
798b8e5fdf
commit
a0450cbdd9
@ -87,7 +87,9 @@ async def m005_add_network_column_to_wallets(db):
|
||||
"ALTER TABLE watchonly.wallets ADD COLUMN network TEXT DEFAULT 'Mainnet';"
|
||||
)
|
||||
|
||||
### TODO: fix statspay dependcy first
|
||||
# await db.execute(
|
||||
# "DROP TABLE watchonly.wallets;"
|
||||
# )
|
||||
|
||||
async def m006_drop_mempool_table(db):
|
||||
"""
|
||||
Mempool data is now part of `config`
|
||||
"""
|
||||
await db.execute("DROP TABLE watchonly.mempool;")
|
||||
|
Loading…
x
Reference in New Issue
Block a user