6 lines
155 B
Ruby
6 lines
155 B
Ruby
|
class InfluxdbUdpPortSetting < ActiveRecord::Migration
|
||
|
def change
|
||
|
add_column :application_settings, :metrics_port, :integer, default: 8089
|
||
|
end
|
||
|
end
|