summaryrefslogtreecommitdiff
path: root/src/auditordb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-04 12:58:20 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-04 12:58:24 +0100
commit0643ebff9e4dc4eaf3167c19d16962e9ac07358c (patch)
tree9006df894963c0159185546376ce2ac2798f55a3 /src/auditordb
parenta76556f0caee4147e2c791f611a86c72afd7aaa1 (diff)
downloadexchange-0643ebff9e4dc4eaf3167c19d16962e9ac07358c.tar.gz
exchange-0643ebff9e4dc4eaf3167c19d16962e9ac07358c.tar.bz2
exchange-0643ebff9e4dc4eaf3167c19d16962e9ac07358c.zip
-remove bogus index
Diffstat (limited to 'src/auditordb')
-rw-r--r--src/auditordb/auditor-0001.sql5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/auditordb/auditor-0001.sql b/src/auditordb/auditor-0001.sql
index 1fdbe78c4..01214d53e 100644
--- 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