debian-mirror-gitlab/db/migrate/20151229102248_influxdb_udp_port_setting.rb

7 lines
177 B
Ruby
Raw Normal View History

# rubocop:disable all
class InfluxdbUdpPortSetting < ActiveRecord::Migration
def change
add_column :application_settings, :metrics_port, :integer, default: 8089
end
end