Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20130318002138_add_resource_limits_to_jobs.rb
index f7bd04be6d50558deb77b7dfb19b3ae05e382b56..b3d6e587c5f311468b95c86b7fa81871c6fad3b1 100644 (file)
@@ -1,4 +1,8 @@
-class AddResourceLimitsToJobs < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddResourceLimitsToJobs < ActiveRecord::Migration[4.2]
   def change
     add_column :jobs, :resource_limits, :text
   end