aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/exchange-0002.sql.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-28 12:27:46 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-28 12:27:46 +0200
commitd0835367865b5a0ae941abcec2c1c2d067f10b25 (patch)
treea80c32b21b982cd182e6e89c0cc7b6523c12e5f0 /src/exchangedb/exchange-0002.sql.in
parentc93ce9ea2eb16a91422b8101fecd8c491c7e93b7 (diff)
downloadexchange-d0835367865b5a0ae941abcec2c1c2d067f10b25.tar.xz
combine v3 and v4 of exchange schema into v2 due to major incompatible tuple change forthcoming
Diffstat (limited to 'src/exchangedb/exchange-0002.sql.in')
-rw-r--r--src/exchangedb/exchange-0002.sql.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/exchangedb/exchange-0002.sql.in b/src/exchangedb/exchange-0002.sql.in
index f0bf339bc..35113fb5d 100644
--- a/src/exchangedb/exchange-0002.sql.in
+++ b/src/exchangedb/exchange-0002.sql.in
@@ -86,5 +86,14 @@ COMMENT ON TYPE exchange_do_array_reserve_insert_return_type
#include "0002-revolving_work_shards.sql"
#include "0002-partners.sql"
#include "0002-partner_accounts.sql"
+#include "0002-purse_actions.sql"
+#include "0002-purse_deletion.sql"
+#include "0002-kyc_attributes.sql"
+#include "0002-aml_status.sql"
+#include "0002-aml_staff.sql"
+#include "0002-aml_history.sql"
+#include "0002-age_withdraw.sql"
+
+
COMMIT;