20160408011635_add_https_feed_proxy_to_environments.rb 144 Bytes
class AddHttpsFeedProxyToEnvironments < ActiveRecord::Migration
  def change
    add_column :environments, :https_feed_proxy, :string
  end
end