mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove extra comma
This commit is contained in:
parent
00d512725a
commit
e9ffcfe19e
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue