gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 86/130: sql fix


From: gnunet
Subject: [taler-exchange] 86/130: sql fix
Date: Wed, 17 Nov 2021 12:25:34 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit bae7ddbf4efbcbafe00cd61da20a1ff905028f8b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Nov 6 19:46:00 2021 +0100

    sql fix
---
 src/exchangedb/exchange-0001.sql | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/exchangedb/exchange-0001.sql b/src/exchangedb/exchange-0001.sql
index 692a9ce6..379d4c1f 100644
--- a/src/exchangedb/exchange-0001.sql
+++ b/src/exchangedb/exchange-0001.sql
@@ -366,6 +366,9 @@ CREATE TABLE IF NOT EXISTS extension_details
   ,extension_options VARCHAR);
 COMMENT ON TABLE extension_details
   IS 'Extensions that were provided with deposits (not yet used).';
+COMMENT ON COLUMN extension_details.extension_options
+  IS 'JSON object with options set that the exchange needs to consider when 
executing a deposit. Supported details depend on the extensions supported by 
the exchange.';
+
 
 CREATE TABLE IF NOT EXISTS deposits
   (deposit_serial_id BIGSERIAL PRIMARY KEY
@@ -399,8 +402,8 @@ COMMENT ON COLUMN deposits.done
   IS 'Set to TRUE once we have included this deposit in some aggregate wire 
transfer to the merchant';
 COMMENT ON COLUMN deposits.extension_blocked
   IS 'True if the aggregation of the deposit is currently blocked by some 
extension mechanism. Used to filter out deposits that must not be processed by 
the canonical deposit logic.';
-COMMENT ON COLUMN deposits.extension_options
-  IS 'JSON object with options set that the exchange needs to consider when 
executing the deposit. Supported details depend on the extensions supported by 
the exchange.';
+COMMENT ON COLUMN deposits.extension_details_serial_id
+  IS 'References extensions table, NULL if extensions are not used';
 COMMENT ON COLUMN deposits.tiny
   IS 'Set to TRUE if we decided that the amount is too small to ever trigger a 
wire transfer by itself (requires real aggregation)';
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]