From 8a906bf96c9c418dbd58727284eb5cfdd6fdff24 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Sat, 5 Mar 2022 13:36:50 +0100 Subject: sync tables "extensions" and "extension_details" with auditor --- src/include/taler_exchangedb_plugin.h | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index c8953b940..878cfe2f2 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -169,7 +169,9 @@ enum TALER_EXCHANGEDB_ReplicatedTable TALER_EXCHANGEDB_RT_AGGREGATION_TRACKING, TALER_EXCHANGEDB_RT_WIRE_FEE, TALER_EXCHANGEDB_RT_RECOUP, - TALER_EXCHANGEDB_RT_RECOUP_REFRESH + TALER_EXCHANGEDB_RT_RECOUP_REFRESH, + TALER_EXCHANGEDB_RT_EXTENSIONS, + TALER_EXCHANGEDB_RT_EXTENSION_DETAILS, }; @@ -407,6 +409,17 @@ struct TALER_EXCHANGEDB_TableData uint64_t rrc_serial; } recoup_refresh; + struct + { + char *name; + char *config; + } extensions; + + struct + { + char *extension_options; + } extension_details; + } details; }; -- cgit v1.2.3