From 0013ce41e71a3c8008051b5e57a81f512192e80f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 31 Aug 2021 17:41:46 +0200 Subject: hyperaggregation schema proposal --- src/exchangedb/exchange-0001.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchangedb/exchange-0001.sql') diff --git a/src/exchangedb/exchange-0001.sql b/src/exchangedb/exchange-0001.sql index 55d3d07dc..c8438d5c5 100644 --- a/src/exchangedb/exchange-0001.sql +++ b/src/exchangedb/exchange-0001.sql @@ -151,7 +151,6 @@ COMMENT ON COLUMN reserves_out.h_blind_ev IS 'Hash of the blinded coin, used as primary key here so that broken clients that use a non-random coin or blinding factor fail to withdraw (otherwise they would fail on deposit when the coin is not unique there).'; COMMENT ON COLUMN reserves_out.denom_pub_hash IS 'We do not CASCADE ON DELETE here, we may keep the denomination data alive'; --- FIXME: replace denom_pub_hash with denominations_serial *EVERYWHERE* CREATE INDEX IF NOT EXISTS reserves_out_reserve_pub_index ON reserves_out @@ -336,7 +335,8 @@ CREATE TABLE IF NOT EXISTS wire_out ); COMMENT ON TABLE wire_out IS 'wire transfers the exchange has executed'; - +COMMENT ON COLUMN wire_out.exchange_account_section + IS 'identifies the configuration section with the debit account of this payment'; CREATE TABLE IF NOT EXISTS aggregation_tracking (aggregation_serial_id BIGSERIAL UNIQUE -- cgit v1.2.3