gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: sql fix: amounts are tuples


From: gnunet
Subject: [taler-exchange] branch master updated: sql fix: amounts are tuples
Date: Fri, 03 Nov 2023 16:20:07 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 4232c601 sql fix: amounts are tuples
4232c601 is described below

commit 4232c60124dcf72845160b06042389f4cfc5ce49
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 3 16:20:04 2023 +0100

    sql fix: amounts are tuples
---
 src/auditordb/0002-auditor_purses.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditordb/0002-auditor_purses.sql 
b/src/auditordb/0002-auditor_purses.sql
index 17fd5dde..7cebd889 100644
--- a/src/auditordb/0002-auditor_purses.sql
+++ b/src/auditordb/0002-auditor_purses.sql
@@ -18,7 +18,7 @@ SET search_path TO auditor;
 CREATE TABLE IF NOT EXISTS auditor_purses
   (auditor_purses_rowid BIGINT GENERATED BY DEFAULT AS IDENTITY UNIQUE
   ,purse_pub BYTEA PRIMARY KEY CHECK(LENGTH(purse_pub)=32)
-  ,balance taler_amount NOT NULL DEFAULT(0)
+  ,balance taler_amount NOT NULL DEFAULT(0,0)
   ,target taler_amount NOT NULL
   ,expiration_date INT8 NOT NULL
   );

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