Remove duplicate call to create the last_accessed index
This commit is contained in:
-1
@@ -142,7 +142,6 @@ public class SqliteDBStore implements DBStore {
|
||||
new CreateProjectsIndexLastAccessed(),
|
||||
new CreateURLIndexStoreSQLUpdate(),
|
||||
new CreateIndexURLIndexStore(),
|
||||
new CreateProjectsIndexLastAccessed()
|
||||
).forEach(this::update);
|
||||
/* In the case of needing to change the schema, we need to check that
|
||||
ProjectsAddLastAccessed didn't just fail */
|
||||
|
||||
Reference in New Issue
Block a user