Merge branch '19362-all-webdav-via-sitefs'
[arvados.git] / services / api / db / migrate / 20140611173003_add_docker_locator_to_jobs.rb
index 2be03f5fcd0974f79ddf849faa787cf24fe8ed0f..ed55f1320a91f3ba14d057b8c980805f3ffb7a04 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddDockerLocatorToJobs < ActiveRecord::Migration
+class AddDockerLocatorToJobs < ActiveRecord::Migration[4.2]
   def change
     add_column :jobs, :docker_image_locator, :string
   end