aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/0002-kyc_attributes.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-04-22 21:07:40 +0200
committerChristian Grothoff <christian@grothoff.org>2024-07-29 12:18:38 +0200
commit19f98d1575261034b4fa7c634be9be0999a17533 (patch)
treebde825d809e8c669f4d30b523d3237de79510c62 /src/exchangedb/0002-kyc_attributes.sql
parent4f433353ebcb9d1bd64171e29402ac15c22dfacf (diff)
DB schema change for DD23
Diffstat (limited to 'src/exchangedb/0002-kyc_attributes.sql')
-rw-r--r--src/exchangedb/0002-kyc_attributes.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/0002-kyc_attributes.sql b/src/exchangedb/0002-kyc_attributes.sql
index 66f3fc315..0091a03d4 100644
--- a/src/exchangedb/0002-kyc_attributes.sql
+++ b/src/exchangedb/0002-kyc_attributes.sql
@@ -133,7 +133,7 @@ BEGIN
'ALTER TABLE ' || table_name ||
' ADD CONSTRAINT ' || table_name || '_foreign_legitimization_processes'
' FOREIGN KEY (legitimization_serial) '
- ' REFERENCES legitimization_processes (legitimization_process_serial_id)' -- ON DELETE CASCADE
+ ' REFERENCES legitimization_processes (legitimization_process_serial_id)' -- ON DELETE SET NULL?
);
END $$;