gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -use EC


From: gnunet
Subject: [taler-merchant] branch master updated: -use EC
Date: Mon, 24 Apr 2023 13:48:11 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 941180fa -use EC
941180fa is described below

commit 941180fa33b3abc5cc2a826e99e1aaeb1d9034f7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 24 13:48:09 2023 +0200

    -use EC
---
 src/backenddb/merchant-0005.sql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backenddb/merchant-0005.sql b/src/backenddb/merchant-0005.sql
index bc875471..3bb24e66 100644
--- a/src/backenddb/merchant-0005.sql
+++ b/src/backenddb/merchant-0005.sql
@@ -30,11 +30,11 @@ COMMENT ON COLUMN merchant_instances.user_type
 
 ALTER TABLE merchant_transfers
   ADD COLUMN failed BOOLEAN NOT NULL DEFAULT FALSE,
-  ADD COLUMN validation_status VARCHAR DEFAULT NULL;
+  ADD COLUMN validation_status INT4 DEFAULT NULL;
 COMMENT ON COLUMN merchant_transfers.failed
   IS 'set to true on permanent verification failures';
 COMMENT ON COLUMN merchant_transfers.validation_status
-  IS 'human-readable description of the state of the validation';
+  IS 'Taler error code describing the state of the validation';
 
 
 ALTER TABLE merchant_accounts

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