Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20140321191343_add_repository_column_to_job.rb
index e1ebb2e57cb653fa5f0ed168c7e25c60ce0110ea..243df8d15077c40fc7e1d5731b9e26f5960f967c 100644 (file)
@@ -1,4 +1,8 @@
-class AddRepositoryColumnToJob < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddRepositoryColumnToJob < ActiveRecord::Migration[4.2]
   def up
     add_column :jobs, :repository, :string
   end