aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/exchange-0002.sql.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-27 02:00:38 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-27 02:00:38 +0100
commitbe2c11a1797d8d16b86439a80a4f110f82bb5829 (patch)
treef0a950be0f80ced5ab68b6f65d11edb5dc09a3b5 /src/exchangedb/exchange-0002.sql.in
parent9580dd19c23e5591cc022dce717eca7bc745c5b0 (diff)
downloadexchange-be2c11a1797d8d16b86439a80a4f110f82bb5829.tar.xz
more sql refactoring
Diffstat (limited to 'src/exchangedb/exchange-0002.sql.in')
-rw-r--r--src/exchangedb/exchange-0002.sql.in16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/exchangedb/exchange-0002.sql.in b/src/exchangedb/exchange-0002.sql.in
index 9d2110c8e..8ecfc9604 100644
--- a/src/exchangedb/exchange-0002.sql.in
+++ b/src/exchangedb/exchange-0002.sql.in
@@ -28,6 +28,14 @@ SET search_path TO exchange;
#include "0002-denomination_revocations.sql"
#include "0002-wire_targets.sql"
#include "0002-kyc_alerts.sql"
+#include "0002-wire_fee.sql"
+#include "0002-global_fee.sql"
+#include "0002-wire_accounts.sql"
+#include "0002-auditors.sql"
+#include "0002-auditor_denom_sigs.sql"
+#include "0002-exchange_sign_keys.sql"
+#include "0002-signkey_revocations.sql"
+#include "0002-extensions.sql"
#include "0002-profit_drains.sql"
#include "0002-legitimization_processes.sql"
#include "0002-legitimization_requirements.sql"
@@ -59,8 +67,14 @@ SET search_path TO exchange;
#include "0002-history_requests.sql"
#include "0002-purse_deposits.sql"
#include "0002-wads_in.sql"
-#include "0002-wads_in_entries.sql"
+#include "0002-wad_in_entries.sql"
#include "0002-wads_out.sql"
#include "0002-wad_out_entries.sql"
+#include "0002-policy_fulfillments.sql"
+#include "0002-policy_details.sql"
+#include "0002-work_shards.sql"
+#include "0002-revolving_work_shards.sql"
+#include "0002-partners.sql"
+#include "0002-partner_accounts.sql"
COMMIT;