diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-12-27 02:25:45 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-12-27 02:25:45 +0100 |
commit | 42e2726f43fcc497ca905fcd5f61758aa528f353 (patch) | |
tree | 3e58967c263549cb99d3aae36d94b65aaa2f60d9 /src/exchangedb/exchange-0003.sql.in | |
parent | 0a40f484008e801870871f5a6ddac633dc990cd2 (diff) |
-work on v3 exchangedb schema
Diffstat (limited to 'src/exchangedb/exchange-0003.sql.in')
-rw-r--r-- | src/exchangedb/exchange-0003.sql.in | 3 |
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; |