gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix SQL typo


From: gnunet
Subject: [taler-merchant] branch master updated: fix SQL typo
Date: Mon, 24 Apr 2023 12:03:06 +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 d21659a1 fix SQL typo
d21659a1 is described below

commit d21659a10cf434adf96cfe49acf9045c342fb3ff
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 24 12:03:01 2023 +0200

    fix SQL typo
---
 contrib/wallet-core             | 2 +-
 doc/prebuilt                    | 2 +-
 src/backenddb/merchant-0005.sql | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/wallet-core b/contrib/wallet-core
index 7079bce1..abc01ba2 160000
--- a/contrib/wallet-core
+++ b/contrib/wallet-core
@@ -1 +1 @@
-Subproject commit 7079bce1ad2640e44561f56b46d5f00758df8e5d
+Subproject commit abc01ba21f670960df8a79047d536f16c263183b
diff --git a/doc/prebuilt b/doc/prebuilt
index 8452f991..4739f144 160000
--- a/doc/prebuilt
+++ b/doc/prebuilt
@@ -1 +1 @@
-Subproject commit 8452f991dd967328207fab52a99beb19e2cb4dff
+Subproject commit 4739f1447d0e8a6534c7fbdbc361d5d756d1875b
diff --git a/src/backenddb/merchant-0005.sql b/src/backenddb/merchant-0005.sql
index 16409b6d..bc875471 100644
--- a/src/backenddb/merchant-0005.sql
+++ b/src/backenddb/merchant-0005.sql
@@ -33,7 +33,7 @@ ALTER TABLE merchant_transfers
   ADD COLUMN validation_status VARCHAR DEFAULT NULL;
 COMMENT ON COLUMN merchant_transfers.failed
   IS 'set to true on permanent verification failures';
-COMMENT ON COLUMN merchant_instances.validation_status
+COMMENT ON COLUMN merchant_transfers.validation_status
   IS 'human-readable description of the state of the validation';
 
 

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