summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-01 23:16:35 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-01 23:16:35 +0200
commit65ce2eede6ccaccac96d67508ee868657da4d0f6 (patch)
treea16bc3654a3e7286c1161551240b97a59367f8a4 /src
parent00c68e0a04ae25f533e261547cf0847b4ae0de06 (diff)
downloadexchange-65ce2eede6ccaccac96d67508ee868657da4d0f6.tar.gz
exchange-65ce2eede6ccaccac96d67508ee868657da4d0f6.tar.bz2
exchange-65ce2eede6ccaccac96d67508ee868657da4d0f6.zip
-expand table list for taler-auditor-sync
Diffstat (limited to 'src')
-rw-r--r--src/auditor/taler-auditor-sync.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/auditor/taler-auditor-sync.c b/src/auditor/taler-auditor-sync.c
index 7641325c9..5f9975ec3 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 }
};