commit 0643ebff9e4dc4eaf3167c19d16962e9ac07358c
parent a76556f0caee4147e2c791f611a86c72afd7aaa1
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 4 Nov 2022 12:58:20 +0100
-remove bogus index
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/auditordb/auditor-0001.sql b/src/auditordb/auditor-0001.sql
@@ -194,11 +194,6 @@ CREATE TABLE IF NOT EXISTS auditor_purse_summary
COMMENT ON TABLE auditor_purse_summary
IS 'sum of the balances in open purses';
-CREATE INDEX IF NOT EXISTS auditor_purses_by_purse_pub
- ON auditor_purses
- (purse_pub);
-
-
CREATE TABLE IF NOT EXISTS auditor_reserve_balance
(master_pub BYTEA NOT NULL CONSTRAINT master_pub_ref REFERENCES auditor_exchanges(master_pub) ON DELETE CASCADE
,reserve_balance_val INT8 NOT NULL