aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/procedures.sql.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-17 00:28:41 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-17 00:28:41 +0200
commitf7dc35e59e1dca795d51d22e85479eab025644a7 (patch)
tree79fe2d9a9fdb4952e7d790bc513f2237cfb28126 /src/exchangedb/procedures.sql.in
parent755955de28cefb9b61c181630a861488bd0751c9 (diff)
downloadexchange-f7dc35e59e1dca795d51d22e85479eab025644a7.tar.xz
implement logic to conditionally trigger AML review based on KYC attributes
Diffstat (limited to 'src/exchangedb/procedures.sql.in')
-rw-r--r--src/exchangedb/procedures.sql.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/procedures.sql.in b/src/exchangedb/procedures.sql.in
index 12ec3656f..c9277ea60 100644
--- a/src/exchangedb/procedures.sql.in
+++ b/src/exchangedb/procedures.sql.in
@@ -39,6 +39,7 @@ SET search_path TO exchange;
#include "exchange_do_insert_or_update_policy_details.sql"
#include "exchange_do_insert_aml_decision.sql"
#include "exchange_do_insert_aml_officer.sql"
+#include "exchange_do_insert_kyc_attributes.sql"
#include "exchange_do_reserves_in_insert.sql"
#include "exchange_do_batch_reserves_update.sql"
#include "exchange_do_refund_by_coin.sql"