diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-11-04 12:58:20 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-11-04 12:58:24 +0100 |
commit | 0643ebff9e4dc4eaf3167c19d16962e9ac07358c (patch) | |
tree | 9006df894963c0159185546376ce2ac2798f55a3 /src/auditordb | |
parent | a76556f0caee4147e2c791f611a86c72afd7aaa1 (diff) |
-remove bogus index
Diffstat (limited to 'src/auditordb')
-rw-r--r-- | src/auditordb/auditor-0001.sql | 5 |
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 |