-expand table list for taler-auditor-sync

This commit is contained in:
Christian Grothoff 2022-06-01 23:16:35 +02:00
parent 00c68e0a04
commit 65ce2eede6
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 11 additions and 1 deletions

@ -1 +1 @@
Subproject commit 99d8d9e0336bacebab5af4ae00c3f685ffd90f60
Subproject commit aebd5420308d7599aadb8818a82d9ffc89492334

View File

@ -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 }
};