14873: Adjusts latest API Server changes to be rails5 worthy.
[arvados.git] / services / api / db / migrate / 20130315213205_add_tasks_summary_to_jobs.rb
index ea30854ab00d0052eb301c4ce75b96dd52cd3839..92f240a330d4d431913a8a7e9c5b04c1945881a4 100644 (file)
@@ -1,4 +1,8 @@
-class AddTasksSummaryToJobs < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddTasksSummaryToJobs < ActiveRecord::Migration[4.2]
   def change
     add_column :jobs, :tasks_summary, :text
   end