mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 10:10:08 +02:00
Remove extra comma
This commit is contained in:
@@ -141,7 +141,7 @@ public class SqliteDBStore implements DBStore {
|
||||
new CreateProjectsTableSQLUpdate(),
|
||||
new CreateProjectsIndexLastAccessed(),
|
||||
new CreateURLIndexStoreSQLUpdate(),
|
||||
new CreateIndexURLIndexStore(),
|
||||
new CreateIndexURLIndexStore()
|
||||
).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