gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 02/03: fix syntax


From: gnunet
Subject: [taler-merchant] 02/03: fix syntax
Date: Tue, 21 Feb 2023 18:54:02 +0100

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

priscilla-huang pushed a commit to branch master
in repository merchant.

commit 052e3b55b3af20ac744251b9e945af4611422e9f
Author: priscilla <priscilla.huang@efrei.net>
AuthorDate: Tue Feb 21 12:41:06 2023 -0500

    fix syntax
---
 src/backenddb/merchant-0004.sql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backenddb/merchant-0004.sql b/src/backenddb/merchant-0004.sql
index e74ff1f9..5456573b 100644
--- a/src/backenddb/merchant-0004.sql
+++ b/src/backenddb/merchant-0004.sql
@@ -32,8 +32,8 @@ CREATE TABLE IF NOT EXISTS merchant_template
     REFERENCES merchant_instances (merchant_serial) ON DELETE CASCADE
   ,template_id VARCHAR NOT NULL
   ,template_description VARCHAR NOT NULL
-  ,pos_key VARCHAR DEFAULT NULL,
-  ,pos_algorithm INT NOT NULL DEFAULT (0);
+  ,pos_key VARCHAR DEFAULT NULL
+  ,pos_algorithm INT NOT NULL DEFAULT (0)
   ,template_contract VARCHAR NOT NULL -- in JSON format
   ,UNIQUE (merchant_serial, template_id)
   );

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