Mongo storages, configuration
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module RakeControl
|
||||
class Run
|
||||
include Mongoid::Document
|
||||
|
||||
field :name, type: String
|
||||
field :success, type: Boolean
|
||||
field :execution_time, type: Float
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user