Fix migration and api templates that rely on changes that did not end up happening...
[arvados.git] / services / api / app / models / pipeline_instance.rb
index f2c930c43bfa85c38f728b26dafd6911f27005b7..354c8924e78f691cce4f327edb75ca37ec261f71 100644 (file)
@@ -17,7 +17,6 @@ class PipelineInstance < ArvadosModel
     t.add :pipeline_template_uuid
     t.add :pipeline_template, :if => :pipeline_template
     t.add :name
-    t.add :description
     t.add :components
     t.add :dependencies
     t.add :properties