Merge branch '15286-fixes'
[arvados.git] / services / api / db / migrate / 20140317135600_add_nondeterministic_column_to_job.rb
index ccf6210bf8aba006bbcf44d382231635c8f75ae5..e2febf85a9084ca2c3f4dc4b3e9e63b1ee2508e1 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddNondeterministicColumnToJob < ActiveRecord::Migration
+class AddNondeterministicColumnToJob < ActiveRecord::Migration[4.2]
   def up
     add_column :jobs, :nondeterministic, :boolean
   end