6 lines
166 B
Ruby
6 lines
166 B
Ruby
# rubocop:disable all
|
|
class InfluxdbRemoteDatabaseSetting < ActiveRecord::Migration
|
|
def change
|
|
remove_column :application_settings, :metrics_database
|
|
end
|
|
end
|