Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20151229102248_influxdb_udp_port_setting.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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