fluentd-ui/db/migrate/20140526042609_add_fluentd_api_endpoint.rb
2014-05-26 16:45:01 +09:00

6 lines
162 B
Ruby

class AddFluentdApiEndpoint < ActiveRecord::Migration
def change
add_column :fluentds, :api_endpoint, :string, default: "http://localhost:24220/"
end
end