aboutsummaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-30 10:29:24 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-30 10:29:24 +0200
commit033a5dc93b032a1f1fe6ab1e7d1227b69f0f0c69 (patch)
tree4ad0a20025f7f04de924b09214602ac179e051f8 /src/auditor
parent75888adff2549fc8fa9aec9b4e80a37a214345e6 (diff)
downloadexchange-033a5dc93b032a1f1fe6ab1e7d1227b69f0f0c69.tar.xz
implement taler-auditor-sync support for profit_drains table (#4960)
Diffstat (limited to 'src/auditor')
-rw-r--r--src/auditor/taler-auditor-sync.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auditor/taler-auditor-sync.c b/src/auditor/taler-auditor-sync.c
index 6a44bc20c..9bc596136 100644
--- a/src/auditor/taler-auditor-sync.c
+++ b/src/auditor/taler-auditor-sync.c
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2020 Taler Systems SA
+ Copyright (C) 2020-2022 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -125,6 +125,7 @@ static struct Table tables[] = {
{ .rt = TALER_EXCHANGEDB_RT_WADS_OUT_ENTRIES},
{ .rt = TALER_EXCHANGEDB_RT_WADS_IN},
{ .rt = TALER_EXCHANGEDB_RT_WADS_IN_ENTRIES},
+ { .rt = TALER_EXCHANGEDB_RT_PROFIT_DRAINS},
{ .end = true }
};