From 40551fa08e45fcc71f3d260478a2f9910920f27d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 6 Jan 2021 22:51:55 +0100 Subject: add -i option to taler-auditor --- src/exchangedb/exchange-0002.sql | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/exchangedb/exchange-0002.sql') diff --git a/src/exchangedb/exchange-0002.sql b/src/exchangedb/exchange-0002.sql index f0e191a3b..a7b6b815e 100644 --- a/src/exchangedb/exchange-0002.sql +++ b/src/exchangedb/exchange-0002.sql @@ -98,17 +98,6 @@ ALTER TABLE reserves_close DROP COLUMN reserve_pub; --- "reserves" has no BIGSERIAL because it is a 'mutable' table --- the auditor recomputes these balances itself --- => verify_reserve_balance check only done for 'internal' auditor --- "deposits" is updated with 'tiny' and 'done' bits --- => those SHALL NOT to be used by the (external) auditor! --- "prewire" is updated with 'finished' and 'failed' bits, but --- those are of no concern for the auditor (prewire is not auditable!) --- "auditors" is updated with 'is_active' and 'last_change', but --- those are of no concern for the auditor - - CREATE TABLE IF NOT EXISTS auditors (auditor_uuid BIGSERIAL UNIQUE ,auditor_pub BYTEA PRIMARY KEY CHECK (LENGTH(auditor_pub)=32) -- cgit v1.2.3