Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20130315155820_add_is_locked_by_to_jobs.rb
index 02e6f34bd46e68581f3ba2fa2909cf0629efcb82..a1047960a1449a2ac47ae64e9946a8d161f1d4ba 100644 (file)
@@ -1,4 +1,8 @@
-class AddIsLockedByToJobs < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddIsLockedByToJobs < ActiveRecord::Migration[4.2]
   def change
     add_column :jobs, :is_locked_by, :string
   end