Merge branch '19362-all-webdav-via-sitefs'
[arvados.git] / services / api / db / migrate / 20140611173003_add_docker_locator_to_jobs.rb
index 3186e5613c5725deaea448c6205a1920c20f90b9..ed55f1320a91f3ba14d057b8c980805f3ffb7a04 100644 (file)
@@ -1,4 +1,8 @@
-class AddDockerLocatorToJobs < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddDockerLocatorToJobs < ActiveRecord::Migration[4.2]
   def change
     add_column :jobs, :docker_image_locator, :string
   end