diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-13 15:31:52 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-13 15:31:52 +0200 |
commit | 58a0882909f2b1ede572ae575b83c18746f96cff (patch) | |
tree | 8d96afaec04abb7fd82d32a7a1b8b4ca1e9dd52d /src/exchangedb/drop-common.sql | |
parent | 70a5ceecc1a15d4f811636f5980cedf653988879 (diff) |
-towards coin audits with purse deposits
Diffstat (limited to 'src/exchangedb/drop-common.sql')
-rw-r--r-- | src/exchangedb/drop-common.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/drop-common.sql b/src/exchangedb/drop-common.sql index 3bdff7de0..63628952c 100644 --- a/src/exchangedb/drop-common.sql +++ b/src/exchangedb/drop-common.sql @@ -63,6 +63,8 @@ DROP FUNCTION IF EXISTS add_constraints_to_cs_nonce_locks_partition; DROP FUNCTION IF EXISTS create_table_purse_requests; DROP FUNCTION IF EXISTS add_constraints_to_purse_requests_partition; +DROP FUNCTION IF EXISTS create_table_purse_refunds; +DROP FUNCTION IF EXISTS add_constraints_to_purse_refunds_partition; DROP FUNCTION IF EXISTS create_table_purse_merges; DROP FUNCTION IF EXISTS add_constraints_to_purse_merges_partition; DROP FUNCTION IF EXISTS create_table_account_merges; |