Merge branch '15286-fixes'
[arvados.git] / services / api / db / migrate / 20140324024606_add_output_is_persistent_to_job.rb
index a66d92ece199a1a1eefc3be60bde31cf1a2cca9d..04a94d8e82f92b89cf0dfc1990b02a4f2bc8b3c7 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddOutputIsPersistentToJob < ActiveRecord::Migration
+class AddOutputIsPersistentToJob < ActiveRecord::Migration[4.2]
   def change
     add_column :jobs, :output_is_persistent, :boolean, null: false, default: false
   end