mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove duplicate call to create the last_accessed index
This commit is contained in:
parent
a8c743cb9c
commit
9b78138314
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ public class SqliteDBStore implements DBStore {
|
||||||
new CreateProjectsIndexLastAccessed(),
|
new CreateProjectsIndexLastAccessed(),
|
||||||
new CreateURLIndexStoreSQLUpdate(),
|
new CreateURLIndexStoreSQLUpdate(),
|
||||||
new CreateIndexURLIndexStore(),
|
new CreateIndexURLIndexStore(),
|
||||||
new CreateProjectsIndexLastAccessed()
|
|
||||||
).forEach(this::update);
|
).forEach(this::update);
|
||||||
/* In the case of needing to change the schema, we need to check that
|
/* In the case of needing to change the schema, we need to check that
|
||||||
ProjectsAddLastAccessed didn't just fail */
|
ProjectsAddLastAccessed didn't just fail */
|
||||||
|
|
Loading…
Reference in a new issue