mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
set timestamp on new record too
This commit is contained in:
parent
4f3021cca1
commit
66fa946cb8
1 changed files with 5 additions and 0 deletions
|
@ -384,6 +384,11 @@ public class Bridge {
|
|||
Log.info(">>>> migrated-from-id init from existing");
|
||||
repo = repoStore.initRepoFromExisting(projectName, migratedFromID);
|
||||
dbStore.setLatestVersionForProject(migratedFromID, 0);
|
||||
dbStore.setLastAccessedTime(
|
||||
migratedFromID,
|
||||
Timestamp.valueOf(LocalDateTime.now())
|
||||
|
||||
);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue