summaryrefslogtreecommitdiff
path: root/src/exchangedb/exchange-0003.sql.in
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-12-27 02:25:45 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-12-27 02:25:45 +0100
commit42e2726f43fcc497ca905fcd5f61758aa528f353 (patch)
tree3e58967c263549cb99d3aae36d94b65aaa2f60d9 /src/exchangedb/exchange-0003.sql.in
parent0a40f484008e801870871f5a6ddac633dc990cd2 (diff)
downloadexchange-42e2726f43fcc497ca905fcd5f61758aa528f353.tar.gz
exchange-42e2726f43fcc497ca905fcd5f61758aa528f353.tar.bz2
exchange-42e2726f43fcc497ca905fcd5f61758aa528f353.zip
-work on v3 exchangedb schema
Diffstat (limited to 'src/exchangedb/exchange-0003.sql.in')
-rw-r--r--src/exchangedb/exchange-0003.sql.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchangedb/exchange-0003.sql.in b/src/exchangedb/exchange-0003.sql.in
index 7f0a9ef94..59f79968e 100644
--- a/src/exchangedb/exchange-0003.sql.in
+++ b/src/exchangedb/exchange-0003.sql.in
@@ -21,5 +21,8 @@ SET search_path TO exchange;
#include "0003-purse_actions.sql"
#include "0003-purse_deletion.sql"
+#include "0003-kyc_attributes.sql"
+#include "0003-aml_status.sql"
+#include "0003-aml_history.sql"
COMMIT;