summaryrefslogtreecommitdiff
path: root/db/migrate/20151229102248_influxdb_udp_port_setting.rb
blob: 3e1bfd438999f9ed803ad2bbaa87c280ee3119be (plain)
1
2
3
4
5
6
# rubocop:disable all
class InfluxdbUdpPortSetting < ActiveRecord::Migration
  def change
    add_column :application_settings, :metrics_port, :integer, default: 8089
  end
end