diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-07-30 10:29:24 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-07-30 10:29:24 +0200 |
commit | 033a5dc93b032a1f1fe6ab1e7d1227b69f0f0c69 (patch) | |
tree | 4ad0a20025f7f04de924b09214602ac179e051f8 /src/auditor/taler-auditor-sync.c | |
parent | 75888adff2549fc8fa9aec9b4e80a37a214345e6 (diff) |
implement taler-auditor-sync support for profit_drains table (#4960)
Diffstat (limited to 'src/auditor/taler-auditor-sync.c')
-rw-r--r-- | src/auditor/taler-auditor-sync.c | 3 |
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 } }; |