use unregister
This commit is contained in:
parent
9e05798330
commit
3355509eda
@ -43,8 +43,8 @@ DROP TABLE IF EXISTS reserves CASCADE;
|
||||
DROP TABLE IF EXISTS denomination_revocations CASCADE;
|
||||
DROP TABLE IF EXISTS denominations CASCADE;
|
||||
|
||||
-- Drop versioning (0000.sql)
|
||||
DROP SCHEMA IF EXISTS _v CASCADE;
|
||||
-- Unregister patch (0001.sql)
|
||||
SELECT _v.unregister_patch('exchange-0001', NULL, NULL);
|
||||
|
||||
-- And we're out of here...
|
||||
COMMIT;
|
||||
|
@ -384,16 +384,16 @@ struct TALER_BANK_DebitDetails
|
||||
const char *exchange_base_url;
|
||||
|
||||
/**
|
||||
* payto://-URL of the source account that
|
||||
* payto://-URI of the source account that
|
||||
* send the funds.
|
||||
*/
|
||||
const char *debit_account_url;
|
||||
const char *debit_account_url; // FIXME: rename: url->uri
|
||||
|
||||
/**
|
||||
* payto://-URL of the target account that
|
||||
* payto://-URI of the target account that
|
||||
* received the funds.
|
||||
*/
|
||||
const char *credit_account_url;
|
||||
const char *credit_account_url; // FIXME: rename: url->uri
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user