summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-27 21:52:03 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-27 21:52:03 +0100
commit68abe6d9fa82009893218f3f71c4ae675d8ea1d0 (patch)
tree6abd8f3ddc7ce06d53b6830727e1074978d4befa /src/exchangedb
parent0a75bcad2346429f6c765f6faaa5d538a9eddf21 (diff)
downloadexchange-68abe6d9fa82009893218f3f71c4ae675d8ea1d0.tar.gz
exchange-68abe6d9fa82009893218f3f71c4ae675d8ea1d0.tar.bz2
exchange-68abe6d9fa82009893218f3f71c4ae675d8ea1d0.zip
-constraint no longer holds
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/0002-aggregation_tracking.sql3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/exchangedb/0002-aggregation_tracking.sql b/src/exchangedb/0002-aggregation_tracking.sql
index bd636d6fc..f6135c5ac 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
$$;