Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20130315213205_add_tasks_summary_to_jobs.rb
index 9a64feac2d3f7f49606b8a93fdd9eccfc20ddea0..92f240a330d4d431913a8a7e9c5b04c1945881a4 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddTasksSummaryToJobs < ActiveRecord::Migration
+class AddTasksSummaryToJobs < ActiveRecord::Migration[4.2]
   def change
     add_column :jobs, :tasks_summary, :text
   end