We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e3d3e commit 3d09bf0Copy full SHA for 3d09bf0
wallet/db.c
@@ -975,8 +975,8 @@ static struct migration dbmigrations[] = {
975
{SQL("ALTER TABLE htlc_sigs ADD inflight_tx_outnum INTEGER"), NULL},
976
{SQL("ALTER TABLE channel_funding_inflights ADD splice_amnt BIGINT DEFAULT 0"), NULL},
977
{SQL("ALTER TABLE channel_funding_inflights ADD i_am_initiator INTEGER DEFAULT 0"), NULL},
978
- {NULL, migrate_runes_idfix},
979
{SQL("ALTER TABLE runes ADD last_used_nsec BIGINT DEFAULT NULL"), NULL},
+ {NULL, migrate_runes_idfix},
980
{SQL("DELETE FROM vars WHERE name = 'runes_uniqueid'"), NULL},
981
};
982
0 commit comments