diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-03-18 15:40:24 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-03-18 15:47:25 +0100 |
commit | badfde896217b1f1da3831872acbcda79f6b2cc9 (patch) | |
tree | 6fd8a61600ad1ffc92095199823935c10aa6b535 /src/include/taler_exchangedb_plugin.h | |
parent | e909f5701bb787223f1947f988a1ffd741f2a1e0 (diff) |
add deposits_by_coin table to speed-up certain queries (in theory)
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 5f45c990b..7696b607d 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -359,6 +359,7 @@ struct TALER_EXCHANGEDB_TableData struct { + uint64_t shard; uint64_t deposit_serial_id; struct TALER_MerchantSignatureP merchant_sig; uint64_t rtransaction_id; |