commit 81c9ee198206f0b8890faa2a74d2b4ef0bb1a344
parent 14d67750da196f27f43a4107025895f573b5f732
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 30 May 2026 00:17:07 +0200
-fix schema
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c
@@ -1156,7 +1156,7 @@ TALER_PQ_query_param_array_amount_with_currency (
GNUNET_assert (GNUNET_OK ==
GNUNET_PQ_get_oid_by_name (db,
- "taler_amount_currency",
+ "merchant.taler_amount_currency",
&oid));
return query_param_array_generic (
num,
diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c
@@ -1667,7 +1667,7 @@ TALER_PQ_result_spec_array_amount_with_currency (
info->db = db;
GNUNET_assert (GNUNET_OK ==
GNUNET_PQ_get_oid_by_name (db,
- "taler_amount_currency",
+ "merchant.taler_amount_currency",
&info->oid));
{