gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: database change on merchant004.s


From: gnunet
Subject: [taler-merchant] branch master updated: database change on merchant004.sql
Date: Tue, 21 Feb 2023 13:24:35 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new e5a9bd4c database change on merchant004.sql
e5a9bd4c is described below

commit e5a9bd4c35135cd58a106355d1651c8dfc7b9da5
Author: priscilla <priscilla.huang@efrei.net>
AuthorDate: Tue Feb 21 07:24:30 2023 -0500

    database change on merchant004.sql
---
 src/backenddb/merchant-0004.sql | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/src/backenddb/merchant-0004.sql b/src/backenddb/merchant-0004.sql
index fec64fd2..695166ff 100644
--- a/src/backenddb/merchant-0004.sql
+++ b/src/backenddb/merchant-0004.sql
@@ -111,17 +111,6 @@ COMMENT ON COLUMN merchant_kyc.aml_decision
 
 
 ALTER TABLE merchant_orders
-<<<<<<< HEAD
-  ADD COLUMN pos_key VARCHAR;
-COMMENT ON COLUMN merchant_orders.pos_key
-  IS 'point-of-sale key which is used for the verification of payment';
-
-
-ALTER TABLE merchant_contract_terms
-  ADD COLUMN pos_key VARCHAR;
-COMMENT  ON COLUMN merchant_contract_terms.pos_key
-  IS 'point-of-sale key which is used for the verification of payment';
-=======
   ADD COLUMN pos_key VARCHAR DEFAULT NULL;
   ADD COLUMN pricing_algorithm INT8;
 
@@ -140,7 +129,6 @@ COMMENT  ON COLUMN merchant_contract_terms.pos_key
   IS 'enconded based key which is used for the verification of payment';
 COMMENT ON COLUMN merchant_orders.pricing_algorithm
   IS 'algorithm to put the price of the order. It is link with the pos_key';
->>>>>>> 43030855 (added alter table for merchant order and merchant contract 
terms)
 
 
 COMMIT;

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