Merge branch '15296-cwl-cancel-procs' closes #15296
[arvados.git] / services / api / db / migrate / 20150122175935_no_description_in_search_index.rb
index 75b946feb8b967a0034a1db486312f8da21f952b..6a296031460df3650b2e17fc3ef1670ac48e8294 100644 (file)
@@ -1,10 +1,14 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 # If the database reflects an obsolete version of the 20141208185217
 # migration (i.e., before commit:5c1db683), revert it and reapply the
 # current version. (The down-migration is the same in both versions.)
 
 require "./db/migrate/20141208185217_search_index.rb"
 
-class NoDescriptionInSearchIndex < ActiveRecord::Migration
+class NoDescriptionInSearchIndex < ActiveRecord::Migration[4.2]
   def up
     all_tables = %w{collections groups jobs pipeline_instances pipeline_templates}
     all_tables.each do |table|