summaryrefslogtreecommitdiff
path: root/src/exchangedb/drop0001.sql
diff options
context:
space:
mode:
authorMarco Boss <bossm8@bfh.ch>2022-03-01 15:54:47 +0100
committerMarco Boss <bossm8@bfh.ch>2022-03-01 15:54:47 +0100
commitb4f7fef224c7edc075636b14d68f7c20a7f1eb35 (patch)
treefe75b1488cc6d4bb1d2ab0ef6c399343822bdd85 /src/exchangedb/drop0001.sql
parent0eed0c0de21648453c7abc1e999c5740dacde0d7 (diff)
downloadexchange-b4f7fef224c7edc075636b14d68f7c20a7f1eb35.tar.gz
exchange-b4f7fef224c7edc075636b14d68f7c20a7f1eb35.tar.bz2
exchange-b4f7fef224c7edc075636b14d68f7c20a7f1eb35.zip
stay with partitions for now - find shards on dev/boss/sharding
Diffstat (limited to 'src/exchangedb/drop0001.sql')
-rw-r--r--src/exchangedb/drop0001.sql3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exchangedb/drop0001.sql b/src/exchangedb/drop0001.sql
index 8cc19191f..fe8df06f8 100644
--- a/src/exchangedb/drop0001.sql
+++ b/src/exchangedb/drop0001.sql
@@ -55,6 +55,7 @@ DROP TABLE IF EXISTS reserves CASCADE;
DROP TABLE IF EXISTS denomination_revocations CASCADE;
DROP TABLE IF EXISTS denominations CASCADE;
+
DROP FUNCTION IF EXISTS exchange_do_withdraw(bigint,int,bytea,bytea,bytea,bytea,bytea,bigint,bigint) ;
DROP FUNCTION IF EXISTS exchange_do_withdraw_limit_check(bytea,bigint,bigint,int) ;
@@ -73,6 +74,4 @@ DROP FUNCTION IF EXISTS exchange_do_recoup_to_reserve;
-- And we're out of here...
-SELECT _v.unregister_patch('exchange-0002');
-
COMMIT;