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 committed Sep 22, 2017
1 parent 54f23e2 commit ab4a2bf
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 ab4a2bf

Please sign in to comment.