forked from Qortal/qortal
Revert "Added an index to help speed up recent queries"
This reverts commit e652038018
.
This commit is contained in:
parent
e652038018
commit
b6418cd912
@ -922,8 +922,6 @@ public class HSQLDBDatabaseUpdates {
|
||||
stmt.execute("ALTER TABLE ArbitraryTransactions ADD compression INTEGER NOT NULL DEFAULT 0");
|
||||
// For finding transactions by registered name
|
||||
stmt.execute("CREATE INDEX ArbitraryNameIndex ON ArbitraryTransactions (name)");
|
||||
// For finding transactions by registered name and service
|
||||
stmt.execute("CREATE INDEX ArbitraryNameServiceIndex ON ArbitraryTransactions (name, service)");
|
||||
break;
|
||||
|
||||
case 39:
|
||||
|
Loading…
Reference in New Issue
Block a user