2016-06-16 23:09:34 +05:30
|
|
|
# rubocop:disable all
|
2016-01-14 18:37:52 +05:30
|
|
|
class RemoveInfluxdbCredentials < ActiveRecord::Migration
|
|
|
|
def change
|
|
|
|
remove_column :application_settings, :metrics_username, :string
|
|
|
|
remove_column :application_settings, :metrics_password, :string
|
|
|
|
end
|
|
|
|
end
|