BigW Consortium Gitlab

20160106164438_remove_influxdb_credentials.rb 239 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6 7
class RemoveInfluxdbCredentials < ActiveRecord::Migration
  def change
    remove_column :application_settings, :metrics_username, :string
    remove_column :application_settings, :metrics_password, :string
  end
end