From cf2e37cd876651e799893e8fe5babb51a9e12dd7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 27 Nov 2022 21:21:04 +0100 Subject: more work on SQL refactoring --- src/exchangedb/0002-kyc_alerts.sql | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'src/exchangedb/0002-kyc_alerts.sql') diff --git a/src/exchangedb/0002-kyc_alerts.sql b/src/exchangedb/0002-kyc_alerts.sql index 74872a9c9..8e54846cf 100644 --- a/src/exchangedb/0002-kyc_alerts.sql +++ b/src/exchangedb/0002-kyc_alerts.sql @@ -14,7 +14,7 @@ -- TALER; see the file COPYING. If not, see -- -CREATE TABLE IF NOT EXISTS kyc_alerts +CREATE TABLE kyc_alerts (h_payto BYTEA PRIMARY KEY CHECK (LENGTH(h_payto)=32) ,trigger_type INT4 NOT NULL ,UNIQUE(trigger_type,h_payto) @@ -25,17 +25,3 @@ COMMENT ON COLUMN kyc_alerts.h_payto IS 'hash of the payto://-URI for which the KYC status changed'; COMMENT ON COLUMN kyc_alerts.trigger_type IS 'identifies the receiver of the alert, as the same h_payto may require multiple components to be notified'; - - -INSERT INTO exchange_tables - (name - ,version - ,action - ,partitioned - ,by_range) - VALUES - ('kyc_alerts' - ,'exchange-0002' - ,'create' - ,FALSE - ,FALSE); -- cgit v1.2.3