Merge branch 'master' into 2209-correct-items-available
[arvados.git] / services / api / app / models / job.rb
index 4af3fa84e94194b555c86cb56476c069bfbb59f7..e3881ba6e1f4bfdfc492975eac82bcccaeaba1e4 100644 (file)
@@ -27,6 +27,7 @@ class Job < ArvadosModel
     t.add :started_at
     t.add :finished_at
     t.add :output
+    t.add :output_is_persistent
     t.add :success
     t.add :running
     t.add :is_locked_by_uuid