Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20130315183626_add_log_to_jobs.rb
index aa30165fd6025b12bcf998e8a1b15c4078e806c3..3003387d6cd42132903585f1c2e364e8385145d8 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddLogToJobs < ActiveRecord::Migration
+class AddLogToJobs < ActiveRecord::Migration[4.2]
   def change
     add_column :jobs, :log, :string
   end