Merge branch '15296-cwl-cancel-procs' closes #15296
[arvados.git] / services / api / db / migrate / 20130318002138_add_resource_limits_to_jobs.rb
index aae3ff2aca44ee3b1aba65c6f0190162ce3a09fa..b3d6e587c5f311468b95c86b7fa81871c6fad3b1 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddResourceLimitsToJobs < ActiveRecord::Migration
+class AddResourceLimitsToJobs < ActiveRecord::Migration[4.2]
   def change
     add_column :jobs, :resource_limits, :text
   end