Merge branch '15286-fixes'
[arvados.git] / services / api / db / migrate / 20130315155820_add_is_locked_by_to_jobs.rb
index 8ea3657afe556c2801573a7745fb45d98d385d93..a1047960a1449a2ac47ae64e9946a8d161f1d4ba 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddIsLockedByToJobs < ActiveRecord::Migration
+class AddIsLockedByToJobs < ActiveRecord::Migration[4.2]
   def change
     add_column :jobs, :is_locked_by, :string
   end