3187: Migration to add started_at and finished_at to job_tasks and pipeline_instances.
[arvados.git] / services / api / app / models / pipeline_instance.rb
index 354c8924e78f691cce4f327edb75ca37ec261f71..752391862a3d2e25c9cfe26a85913496bd5145a6 100644 (file)
@@ -22,6 +22,8 @@ class PipelineInstance < ArvadosModel
     t.add :properties
     t.add :state
     t.add :components_summary
+    t.add :started_at
+    t.add :finished_at
   end
 
   # Supported states for a pipeline instance