From 57acad487de0ecb3f964c83a60e4f2d7d1ec460b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 6 Nov 2021 19:04:54 +0100 Subject: move extension options to external table --- src/exchangedb/irbt_callbacks.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/exchangedb/irbt_callbacks.c') diff --git a/src/exchangedb/irbt_callbacks.c b/src/exchangedb/irbt_callbacks.c index 20f25686..8e237543 100644 --- a/src/exchangedb/irbt_callbacks.c +++ b/src/exchangedb/irbt_callbacks.c @@ -517,7 +517,8 @@ irbt_cb_table_deposits (struct PostgresClosure *pg, GNUNET_PQ_query_param_auto_from_type (&tiny), GNUNET_PQ_query_param_auto_from_type (&done), GNUNET_PQ_query_param_auto_from_type (&extension_blocked), - TALER_PQ_query_param_json (td->details.deposits.extension_options), + GNUNET_PQ_query_param_uint64 ( + &td->details.deposits.extension_details_serial_id), GNUNET_PQ_query_param_end }; -- cgit v1.2.3