diff options
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; |