summaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-18 15:40:24 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-03-18 15:47:25 +0100
commitbadfde896217b1f1da3831872acbcda79f6b2cc9 (patch)
tree6fd8a61600ad1ffc92095199823935c10aa6b535 /src/include/taler_exchangedb_plugin.h
parente909f5701bb787223f1947f988a1ffd741f2a1e0 (diff)
downloadexchange-badfde896217b1f1da3831872acbcda79f6b2cc9.tar.gz
exchange-badfde896217b1f1da3831872acbcda79f6b2cc9.tar.bz2
exchange-badfde896217b1f1da3831872acbcda79f6b2cc9.zip
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.h1
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;