aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/procedures.sql.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-22 15:13:34 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-22 15:13:34 +0100
commitf8bfc4dc9d9dcb69ccdd95258aea53dabf997246 (patch)
tree22ef212d0fad68b13b74e923b56d98389066ec57 /src/exchangedb/procedures.sql.in
parentd131951fbe09b3415c9976acd11f660d51493086 (diff)
downloadexchange-f8bfc4dc9d9dcb69ccdd95258aea53dabf997246.tar.xz
address DB FIXMEs for AML
Diffstat (limited to 'src/exchangedb/procedures.sql.in')
-rw-r--r--src/exchangedb/procedures.sql.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/procedures.sql.in b/src/exchangedb/procedures.sql.in
index 194830248..73b75af29 100644
--- a/src/exchangedb/procedures.sql.in
+++ b/src/exchangedb/procedures.sql.in
@@ -37,6 +37,8 @@ SET search_path TO exchange;
#include "exchange_do_reserve_open_deposit.sql"
#include "exchange_do_reserve_open.sql"
#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_batch_reserves_in_insert.sql"
#include "exchange_do_batch_reserves_update.sql"
#include "exchange_do_batch2_reserves_in_insert.sql"