Skip to content

Commit 3d09bf0

Browse files
committed
Revert "runes: bug fix for db failure to upgrade due to runes table alteration ElementsProject#6770"
This reverts commit d9e3d3e.
1 parent d9e3d3e commit 3d09bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallet/db.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,8 +975,8 @@ static struct migration dbmigrations[] = {
975975
{SQL("ALTER TABLE htlc_sigs ADD inflight_tx_outnum INTEGER"), NULL},
976976
{SQL("ALTER TABLE channel_funding_inflights ADD splice_amnt BIGINT DEFAULT 0"), NULL},
977977
{SQL("ALTER TABLE channel_funding_inflights ADD i_am_initiator INTEGER DEFAULT 0"), NULL},
978-
{NULL, migrate_runes_idfix},
979978
{SQL("ALTER TABLE runes ADD last_used_nsec BIGINT DEFAULT NULL"), NULL},
979+
{NULL, migrate_runes_idfix},
980980
{SQL("DELETE FROM vars WHERE name = 'runes_uniqueid'"), NULL},
981981
};
982982

0 commit comments

Comments
 (0)