20160408011622_add_http_feed_proxy_to_environments.rb 142 Bytes
class AddHttpFeedProxyToEnvironments < ActiveRecord::Migration
  def change
    add_column :environments, :http_feed_proxy, :string
  end
end