11718: Update crunch-run for docker client API change in ContainerWait().
[arvados.git] / services / api / app / models / collection.rb
index 33f6bc2524273289d3c4240b1786fc746705af6c..ebaaecf69498ebe97c0aa3e81b5f41e2b0b9f895 100644 (file)
@@ -65,6 +65,10 @@ class Collection < ArvadosModel
     super + ["updated_at", "file_names"]
   end
 
+  def self.limit_index_columns_read
+    ["manifest_text"]
+  end
+
   FILE_TOKEN = /^[[:digit:]]+:[[:digit:]]+:/
   def check_signatures
     return false if self.manifest_text.nil?