11308: Merge branch 'master' into 11308-python3
[arvados.git] / services / api / db / migrate / 20170330012505_add_output_ttl_to_container_requests.rb
1 class AddOutputTtlToContainerRequests < ActiveRecord::Migration
2   def change
3     add_column :container_requests, :output_ttl, :integer, default: 0, null: false
4   end
5 end