Merge branch 'dev/boss/sharding'
This commit is contained in:
commit
3716592add
@ -19,7 +19,6 @@ sql_DATA = \
|
||||
benchmark-0001.sql \
|
||||
exchange-0000.sql \
|
||||
exchange-0001.sql \
|
||||
exchange-0002.sql \
|
||||
drop0001.sql
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
@ -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;
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user