From b4f7fef224c7edc075636b14d68f7c20a7f1eb35 Mon Sep 17 00:00:00 2001 From: Marco Boss Date: Tue, 1 Mar 2022 15:54:47 +0100 Subject: stay with partitions for now - find shards on dev/boss/sharding --- src/exchangedb/drop0001.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/exchangedb/drop0001.sql') diff --git a/src/exchangedb/drop0001.sql b/src/exchangedb/drop0001.sql index 8cc19191..fe8df06f 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; -- cgit v1.2.3