ref: master
db/migrate/20160408011635_add_https_feed_proxy_to_environments.rb
1 2 3 4 5
class AddHttpsFeedProxyToEnvironments < ActiveRecord::Migration def change add_column :environments, :https_feed_proxy, :string end end