-remove bogus index

This commit is contained in:
Christian Grothoff 2022-11-04 12:58:20 +01:00
parent a76556f0ca
commit 0643ebff9e
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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