rgb-cln/db
Rusty Russell 7acaccfb36 wallet: add channel_type field to db.
This was always the intent, but now we have to reconstruct from the
disparate fields.

This means `option_anchor_outputs` is now redundant.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-04-10 17:26:47 +09:30
..
Makefile database: pull out database code into a new module 2022-03-05 15:03:34 +10:30
bindings.c wallet: add channel_type field to db. 2023-04-10 17:26:47 +09:30
bindings.h wallet: add channel_type field to db. 2023-04-10 17:26:47 +09:30
common.h database: pull out database code into a new module 2022-03-05 15:03:34 +10:30
db_postgres.c db/postgres: avoid memleak. 2022-09-22 15:19:46 +02:00
db_sqlite3.c db: fix sqlite3 code which manipulates columns. 2022-09-12 14:00:41 +02:00
exec.c db: db_set_intvar/db_get_var should take a const char *. 2023-04-06 09:50:32 +09:30
exec.h db: db_set_intvar/db_get_var should take a const char *. 2023-04-06 09:50:32 +09:30
utils.c db: print nice message and not just backtrace on bad column name. 2023-04-10 17:26:47 +09:30
utils.h db: make db_exec_prepared_v2 return void. 2023-04-06 09:50:32 +09:30