aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/drop-common.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-13 15:31:52 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-13 15:31:52 +0200
commit58a0882909f2b1ede572ae575b83c18746f96cff (patch)
tree8d96afaec04abb7fd82d32a7a1b8b4ca1e9dd52d /src/exchangedb/drop-common.sql
parent70a5ceecc1a15d4f811636f5980cedf653988879 (diff)
-towards coin audits with purse deposits
Diffstat (limited to 'src/exchangedb/drop-common.sql')
-rw-r--r--src/exchangedb/drop-common.sql2
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;