14873: Marks past migrations with version 4.2
[arvados.git] / services / api / db / migrate / 20160324144017_add_components_to_job.rb
index ea6ca6353eb4caa7d09c1aae63cd1acc278f126d..99b24428f50ef666afa81340c653d4fa324f7029 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddComponentsToJob < ActiveRecord::Migration
+class AddComponentsToJob < ActiveRecord::Migration[4.2]
   def up
     add_column :jobs, :components, :text
   end