RED-2900: Fixed missing migration of softdeletedTime in comments
This commit is contained in:
parent
116db7df5f
commit
cb6e8411bf
@ -642,6 +642,7 @@ public class MigrationService {
|
||||
.annotationId(comment.getAnnotationId())
|
||||
.user(comment.getUser())
|
||||
.date(comment.getDate())
|
||||
.softDeletedTime(comment.getSoftDeletedTime())
|
||||
.build();
|
||||
|
||||
commentRepository.save(commentEntity);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user