2411: Add copyright notices to everything.
[arvados.git] / services / api / app / models / workflow.rb
index 54fcf9b9ab98fde520d3aa1aa1bdfa9954b66f2c..94890c6632e3b9a8ea6eadf914edd9552ec618e5 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class Workflow < ArvadosModel
   include HasUuid
   include KindAndEtag
@@ -43,4 +47,8 @@ class Workflow < ArvadosModel
   def self.full_text_searchable_columns
     super - ["definition"]
   end
+
+  def self.limit_index_columns_read
+    ["definition"]
+  end
 end