cirandas.net

ref: master

db/migrate/20160408011622_add_http_feed_proxy_to_environments.rb


1
2
3
4
5
class AddHttpFeedProxyToEnvironments < ActiveRecord::Migration
  def change
    add_column :environments, :http_feed_proxy, :string
  end
end