Merge branch '15286-fixes'
[arvados.git] / services / api / db / migrate / 20130315183626_add_log_to_jobs.rb
index d9dbeff7c48e8296d23100ef4e78c268ab2638f0..3003387d6cd42132903585f1c2e364e8385145d8 100644 (file)
@@ -1,4 +1,8 @@
-class AddLogToJobs < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddLogToJobs < ActiveRecord::Migration[4.2]
   def change
     add_column :jobs, :log, :string
   end