Browse Source

db: Add description fields to invoices and payments

ppa-0.6.1
Christian Decker 7 years ago
committed by Rusty Russell
parent
commit
7119a02932
  1. 2
      wallet/db.c

2
wallet/db.c

@ -328,6 +328,8 @@ char *dbmigrations[] = {
"INSERT OR IGNORE INTO blocks (height) VALUES ((SELECT MIN(first_blocknum) FROM channels));",
"DELETE FROM blocks WHERE height IS NULL;",
/* -- End of PR #1398 -- */
"ALTER TABLE invoices ADD description TEXT;",
"ALTER TABLE payments ADD description TEXT;",
NULL,
};

Loading…
Cancel
Save