gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 17/29: add exchange_do_age_withdraw.sql


From: gnunet
Subject: [taler-exchange] 17/29: add exchange_do_age_withdraw.sql
Date: Mon, 03 Jul 2023 16:23:53 +0200

This is an automated email from the git hooks/post-receive script.

oec pushed a commit to branch master
in repository exchange.

commit ee42b70692bfa8290dff85487d2a94c389353a33
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Mon Jun 26 11:47:15 2023 +0200

    add exchange_do_age_withdraw.sql
---
 src/exchangedb/Makefile.am       | 2 +-
 src/exchangedb/procedures.sql.in | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
index 526f40b0..6d89decd 100644
--- a/src/exchangedb/Makefile.am
+++ b/src/exchangedb/Makefile.am
@@ -128,8 +128,8 @@ libtaler_plugin_exchangedb_postgres_la_SOURCES = \
   pg_drain_kyc_alert.h pg_drain_kyc_alert.c \
   pg_reserves_in_insert.h pg_reserves_in_insert.c \
   pg_get_withdraw_info.h pg_get_withdraw_info.c \
-  pg_get_age_withdraw.c pg_get_age_withdraw.h \
   pg_do_age_withdraw.h pg_do_age_withdraw.c \
+  pg_get_age_withdraw.h pg_get_age_withdraw.c \
   pg_batch_ensure_coin_known.h pg_batch_ensure_coin_known.c \
   pg_do_batch_withdraw.h pg_do_batch_withdraw.c \
   pg_get_policy_details.h pg_get_policy_details.c \
diff --git a/src/exchangedb/procedures.sql.in b/src/exchangedb/procedures.sql.in
index c9277ea6..7166540f 100644
--- a/src/exchangedb/procedures.sql.in
+++ b/src/exchangedb/procedures.sql.in
@@ -21,6 +21,7 @@ SET search_path TO exchange;
 #include "exchange_do_withdraw.sql"
 #include "exchange_do_batch_withdraw.sql"
 #include "exchange_do_batch_withdraw_insert.sql"
+#include "exchange_do_age_withdraw.sql"
 #include "exchange_do_recoup_by_reserve.sql"
 #include "exchange_do_deposit.sql"
 #include "exchange_do_melt.sql"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]