gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: fix table definitio


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: fix table definition
Date: Tue, 13 Jun 2017 10:22:55 +0200

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 5cbd6cb  fix table definition
5cbd6cb is described below

commit 5cbd6cbd3f2f00eaab4d0e070e46c43f502db63e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 13 10:22:44 2017 +0200

    fix table definition
---
 doc/version.texi                           | 2 +-
 src/backenddb/plugin_merchantdb_postgres.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/version.texi b/doc/version.texi
index efa990a..fc2400a 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
address@hidden UPDATED 3 June 2017
address@hidden UPDATED 7 June 2017
 @set UPDATED-MONTH June 2017
 @set EDITION 0.3.0
 @set VERSION 0.3.0
diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 7622920..df7fe22 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -241,7 +241,7 @@ postgres_initialize (void *cls)
                             ",coin_pub BYTEA NOT NULL CHECK 
(LENGTH(coin_pub)=32)"
                             ",reason VARCHAR NOT NULL"
                             ",refund_amount_val INT8 NOT NULL"
-                            ",refund_amount_frac INT8 NOT NULL"
+                            ",refund_amount_frac INT4 NOT NULL"
                             ",refund_amount_curr VARCHAR(" 
TALER_CURRENCY_LEN_STR ") NOT NULL"
                             ");"),
     GNUNET_PQ_make_execute ("CREATE TABLE IF NOT EXISTS merchant_transactions 
("

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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