Skip to content

Commit

Permalink
DB: add failcode field in forwarded_payments table
Browse files Browse the repository at this point in the history
  • Loading branch information
trueptolemy authored and cdecker committed May 3, 2019
1 parent 1c1fb1c commit 8a23125
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wallet/db.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ static struct migration dbmigrations[] = {
{ "ALTER TABLE forwarded_payments ADD received_time INTEGER", NULL },
{ "ALTER TABLE forwarded_payments ADD resolved_time INTEGER", NULL },
{ "ALTER TABLE channels ADD remote_upfront_shutdown_script BLOB;", NULL },
/* PR #2524: Add failcode into forward_payment */
{ "ALTER TABLE forwarded_payments ADD failcode INTEGER;", NULL },
};

/* Leak tracking. */
Expand Down

0 comments on commit 8a23125

Please sign in to comment.