diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-28 12:27:46 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-28 12:27:46 +0200 |
commit | d0835367865b5a0ae941abcec2c1c2d067f10b25 (patch) | |
tree | a80c32b21b982cd182e6e89c0cc7b6523c12e5f0 /src/exchangedb/exchange-0003.sql.in | |
parent | c93ce9ea2eb16a91422b8101fecd8c491c7e93b7 (diff) |
combine v3 and v4 of exchange schema into v2 due to major incompatible tuple change forthcoming
Diffstat (limited to 'src/exchangedb/exchange-0003.sql.in')
-rw-r--r-- | src/exchangedb/exchange-0003.sql.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/exchangedb/exchange-0003.sql.in b/src/exchangedb/exchange-0003.sql.in index cd16bfbd..768aa778 100644 --- a/src/exchangedb/exchange-0003.sql.in +++ b/src/exchangedb/exchange-0003.sql.in @@ -19,13 +19,6 @@ BEGIN; SELECT _v.register_patch('exchange-0003', NULL, NULL); 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_staff.sql" -#include "0003-aml_history.sql" -#include "0003-age_withdraw.sql" COMMIT; |