We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f86d4c + 918b75d commit a39607cCopy full SHA for a39607c
1 file changed
myconext-server/src/main/java/myconext/mongo/Migrations.java
@@ -243,12 +243,6 @@ public void addRateLimitedToUsers(MongockTemplate mongoTemplate) {
243
mongoTemplate.remove(new Query(), "sessions");
244
}
245
246
- @ChangeSet(order = "020", id = "deleteSessionAfterUserInstitutionMailSendDate", author = "leroy.vanzeeland@surf.nl")
247
- public void deleteSessionAfterUserInstitutionMailSendDate(MongockTemplate mongoTemplate) {
248
- mongoTemplate.remove(new Query(), "sessions");
249
- }
250
-
251
252
protected User mergeEduIDs(User user) {
253
List<EduID> eduIDS = user.getEduIDS();
254
//Make a copy to search in
0 commit comments