gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -remove bogus index


From: gnunet
Subject: [taler-exchange] branch master updated: -remove bogus index
Date: Fri, 04 Nov 2022 12:58:26 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 0643ebff -remove bogus index
0643ebff is described below

commit 0643ebff9e4dc4eaf3167c19d16962e9ac07358c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 4 12:58:20 2022 +0100

    -remove bogus index
---
 src/auditordb/auditor-0001.sql | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/auditordb/auditor-0001.sql b/src/auditordb/auditor-0001.sql
index 1fdbe78c..01214d53 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]