gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 13/15: -constraint no longer holds


From: gnunet
Subject: [taler-exchange] 13/15: -constraint no longer holds
Date: Sun, 27 Nov 2022 22:14:37 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 68abe6d9fa82009893218f3f71c4ae675d8ea1d0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Nov 27 21:52:03 2022 +0100

    -constraint no longer holds
---
 src/exchangedb/0002-aggregation_tracking.sql | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/exchangedb/0002-aggregation_tracking.sql 
b/src/exchangedb/0002-aggregation_tracking.sql
index bd636d6f..f6135c5a 100644
--- a/src/exchangedb/0002-aggregation_tracking.sql
+++ b/src/exchangedb/0002-aggregation_tracking.sql
@@ -88,9 +88,6 @@ BEGIN
     ' ADD CONSTRAINT ' || table_name || '_foreign_deposit'
     ' FOREIGN KEY (deposit_serial_id) '
     ' REFERENCES deposits (deposit_serial_id) ON DELETE CASCADE' -- FIXME 
change to coin_pub + deposit_serial_id for more efficient deposit???
-    ',ADD CONSTRAINT ' || table_name || '_foreign_wtid_raw'
-    ' FOREIGN KEY (wtid_raw) '
-    ' REFERENCES wire_out(wtid_raw) ON DELETE CASCADE DEFERRABLE'
   );
 END
 $$;

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