Skip to content

Commit

Permalink
#316 remove user attribute during migration
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om authored and nadouani committed Oct 19, 2017
1 parent 6295a93 commit f5c1da4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion thehive-backend/app/models/Migration.scala
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ class Migration(
mapEntity("case_task_log") { log
val owner = (log \ "createdBy").asOpt[JsString].getOrElse(JsString("init"))
log + ("owner" owner)
})
},
mapEntity(_ true, entity entity - "user"))
}

private val requestCounter = new java.util.concurrent.atomic.AtomicInteger(0)
Expand Down

0 comments on commit f5c1da4

Please sign in to comment.