Merge branch 'master' into 3338-tab-counts
[arvados.git] / services / api / app / models / pipeline_instance.rb
index 752391862a3d2e25c9cfe26a85913496bd5145a6..28345d51f507e8eebe9f9baf9a7640f4460a1041 100644 (file)
@@ -22,6 +22,7 @@ class PipelineInstance < ArvadosModel
     t.add :properties
     t.add :state
     t.add :components_summary
+    t.add :description
     t.add :started_at
     t.add :finished_at
   end