summaryrefslogtreecommitdiff
path: root/src/auditordb/plugin_auditordb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-06 19:48:04 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-06 19:48:04 +0100
commit59a017dbc7535493a883e580964bdd34717124b0 (patch)
tree22f08e4929eb816c313366d7ab12a6a97953eb5f /src/auditordb/plugin_auditordb_postgres.c
parent5b3283633e0365b19fcdd1186bc9a76e8b37e1dd (diff)
downloadexchange-59a017dbc7535493a883e580964bdd34717124b0.tar.gz
exchange-59a017dbc7535493a883e580964bdd34717124b0.tar.bz2
exchange-59a017dbc7535493a883e580964bdd34717124b0.zip
SQL fix
Diffstat (limited to 'src/auditordb/plugin_auditordb_postgres.c')
-rw-r--r--src/auditordb/plugin_auditordb_postgres.c1
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"