gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -expand table list for taler-aud


From: gnunet
Subject: [taler-exchange] branch master updated: -expand table list for taler-auditor-sync
Date: Wed, 01 Jun 2022 23:16:37 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 65ce2eed -expand table list for taler-auditor-sync
65ce2eed is described below

commit 65ce2eede6ccaccac96d67508ee868657da4d0f6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jun 1 23:16:35 2022 +0200

    -expand table list for taler-auditor-sync
---
 contrib/gana                     |  2 +-
 src/auditor/taler-auditor-sync.c | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/contrib/gana b/contrib/gana
index 99d8d9e0..aebd5420 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 99d8d9e0336bacebab5af4ae00c3f685ffd90f60
+Subproject commit aebd5420308d7599aadb8818a82d9ffc89492334
diff --git a/src/auditor/taler-auditor-sync.c b/src/auditor/taler-auditor-sync.c
index 7641325c..5f9975ec 100644
--- a/src/auditor/taler-auditor-sync.c
+++ b/src/auditor/taler-auditor-sync.c
@@ -114,6 +114,16 @@ static struct Table tables[] = {
   { .rt = TALER_EXCHANGEDB_RT_RECOUP_REFRESH },
   { .rt = TALER_EXCHANGEDB_RT_EXTENSIONS},
   { .rt = TALER_EXCHANGEDB_RT_EXTENSION_DETAILS },
+  { .rt = TALER_EXCHANGEDB_RT_PURSE_REQUESTS},
+  { .rt = TALER_EXCHANGEDB_RT_PURSE_MERGES},
+  { .rt = TALER_EXCHANGEDB_RT_PURSE_DEPOSITS},
+  { .rt = TALER_EXCHANGEDB_RT_ACCOUNT_MERGES},
+  { .rt = TALER_EXCHANGEDB_RT_HISTORY_REQUESTS},
+  { .rt = TALER_EXCHANGEDB_RT_CLOSE_REQUESTS},
+  { .rt = TALER_EXCHANGEDB_RT_WADS_OUT},
+  { .rt = TALER_EXCHANGEDB_RT_WADS_OUT_ENTRIES},
+  { .rt = TALER_EXCHANGEDB_RT_WADS_IN},
+  { .rt = TALER_EXCHANGEDB_RT_WADS_IN_ENTRIES},
   { .end = true }
 };
 

-- 
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]