3187: Migration to add started_at and finished_at to job_tasks and pipeline_instances.
[arvados.git] / services / api / app / models / job_task.rb
index 4dcf2567d7865131a6a2bc025300c962ec360605..5f83fbe162568dd7694e35fe8a3e3d43ec37406e 100644 (file)
@@ -15,6 +15,8 @@ class JobTask < ArvadosModel
     t.add :output
     t.add :progress
     t.add :success
+    t.add :started_at
+    t.add :finished_at
   end
 
   protected