gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: Update


From: gnunet
Subject: [taler-merchant] branch master updated: Update
Date: Thu, 17 Nov 2022 10:03:39 +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 5877ca06 Update
5877ca06 is described below

commit 5877ca06c5565807dea810c690abd030b7a6ac24
Author: priscilla <priscilla.huang@efrei.net>
AuthorDate: Thu Nov 17 04:03:20 2022 -0500

    Update
---
 src/backenddb/merchant-0001.sql | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/src/backenddb/merchant-0001.sql b/src/backenddb/merchant-0001.sql
index 5a8fda00..a74306d1 100644
--- a/src/backenddb/merchant-0001.sql
+++ b/src/backenddb/merchant-0001.sql
@@ -599,29 +599,5 @@ COMMENT ON COLUMN merchant_kyc.exchange_url
   IS 'Which exchange base URL is this KYC status valid for';
 
 
----------------------------Template------------------------------
-
-
-CREATE TABLE IF NOT EXISTS merchant_template
-  (template_serial BIGINT GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY
-  ,merchant_serial BIGINT NOT NULL
-    REFERENCES merchant_instances (merchant_serial) ON DELETE CASCADE
-  ,template_id VARCHAR NOT NULL
-  ,template_description VARCHAR NOT NULL
-  ,image BYTEA
-  ,template_contract VARCHAR NOT NULL -- in JSON format
-  ,UNIQUE (merchant_serial, template_id)
-  );
-COMMENT ON TABLE merchant_template
-  IS 'template used by the merchant (may be incomplete, frontend can 
override)';
-COMMENT ON COLUMN merchant_template.template_description
-  IS 'Human-readable template description';
-COMMENT ON COLUMN merchant_template.image
-  IS 'NOT NULL, but can be 0 bytes; must contain an ImageDataUrl';
-COMMENT ON COLUMN merchant_template.template_contract
-  IS 'The template contract will contains some additional information.'
-
-
-
 -- Complete transaction
 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]