2016-06-09 08:39:16 -04:00
|
|
|
# rubocop:disable all
|
2016-01-06 11:49:02 -05:00
|
|
|
class RemoveInfluxdbCredentials < ActiveRecord::Migration
|
|
|
|
def change
|
|
|
|
remove_column :application_settings, :metrics_username, :string
|
|
|
|
remove_column :application_settings, :metrics_password, :string
|
|
|
|
end
|
|
|
|
end
|