gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix sql


From: gnunet
Subject: [taler-exchange] branch master updated: fix sql
Date: Thu, 07 Nov 2024 16:42:26 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 8dc83c0c3 fix sql
8dc83c0c3 is described below

commit 8dc83c0c3e783bd96de51858bf934ebc74797e2c
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Nov 7 16:42:23 2024 +0100

    fix sql
---
 src/exchangedb/exchange_do_insert_kyc_measure_result.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/exchange_do_insert_kyc_measure_result.sql 
b/src/exchangedb/exchange_do_insert_kyc_measure_result.sql
index 04679742d..d9e8b4399 100644
--- a/src/exchangedb/exchange_do_insert_kyc_measure_result.sql
+++ b/src/exchangedb/exchange_do_insert_kyc_measure_result.sql
@@ -69,7 +69,7 @@ INTO
   my_trigger_outcome_serial;
 
 IF (in_process_row IS NOT NULL) AND
-   (encrypted_attributes IS NOT NULL)
+   (in_enc_attributes IS NOT NULL)
 THEN
   INSERT INTO kyc_attributes
     (h_payto

-- 
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]