diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-11-06 19:48:04 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-11-06 19:48:04 +0100 |
commit | 59a017dbc7535493a883e580964bdd34717124b0 (patch) | |
tree | 22f08e4929eb816c313366d7ab12a6a97953eb5f /src/auditordb | |
parent | 5b3283633e0365b19fcdd1186bc9a76e8b37e1dd (diff) |
SQL fix
Diffstat (limited to 'src/auditordb')
-rw-r--r-- | src/auditordb/plugin_auditordb_postgres.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c index 8e20a7da3..d4cfa4277 100644 --- a/src/auditordb/plugin_auditordb_postgres.c +++ b/src/auditordb/plugin_auditordb_postgres.c @@ -190,6 +190,7 @@ setup_connection (struct PostgresClosure *pg) ",h_contract_terms" ",h_wire" ",exchange_timestamp" + ",wire_deadline" ",refund_deadline" ",amount_without_fee_val" ",amount_without_fee_frac" |