aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/exchange-0001.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/exchange-0001.sql')
-rw-r--r--src/exchangedb/exchange-0001.sql4
1 files changed, 2 insertions, 2 deletions
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
151 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).'; 151 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).';
152COMMENT ON COLUMN reserves_out.denom_pub_hash 152COMMENT ON COLUMN reserves_out.denom_pub_hash
153 IS 'We do not CASCADE ON DELETE here, we may keep the denomination data alive'; 153 IS 'We do not CASCADE ON DELETE here, we may keep the denomination data alive';
154-- FIXME: replace denom_pub_hash with denominations_serial *EVERYWHERE*
155 154
156CREATE INDEX IF NOT EXISTS reserves_out_reserve_pub_index 155CREATE INDEX IF NOT EXISTS reserves_out_reserve_pub_index
157 ON reserves_out 156 ON reserves_out
@@ -336,7 +335,8 @@ CREATE TABLE IF NOT EXISTS wire_out
336 ); 335 );
337COMMENT ON TABLE wire_out 336COMMENT ON TABLE wire_out
338 IS 'wire transfers the exchange has executed'; 337 IS 'wire transfers the exchange has executed';
339 338COMMENT ON COLUMN wire_out.exchange_account_section
339 IS 'identifies the configuration section with the debit account of this payment';
340 340
341CREATE TABLE IF NOT EXISTS aggregation_tracking 341CREATE TABLE IF NOT EXISTS aggregation_tracking
342 (aggregation_serial_id BIGSERIAL UNIQUE 342 (aggregation_serial_id BIGSERIAL UNIQUE