summaryrefslogtreecommitdiff
path: root/db/migrate/20151229112614_influxdb_remote_database_setting.rb
blob: d2ac906ead335af0c367d67cdea5e8b0918641ec (plain)
1
2
3
4
5
6
# rubocop:disable all
class InfluxdbRemoteDatabaseSetting < ActiveRecord::Migration
  def change
    remove_column :application_settings, :metrics_database
  end
end