Merge branch 'master' into 14670-new-java-sdk-docs
[arvados.git] / services / api / db / migrate / 20170330012505_add_output_ttl_to_container_requests.rb
index 99b3629a39de1af6bcbba70ced53f006256225d6..259278dcff02121bb111238dcb2aa150f4ce1bb3 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddOutputTtlToContainerRequests < ActiveRecord::Migration
+class AddOutputTtlToContainerRequests < ActiveRecord::Migration[4.2]
   def change
     add_column :container_requests, :output_ttl, :integer, default: 0, null: false
   end