6 lines
144 B
Ruby
6 lines
144 B
Ruby
|
class InfluxdbRemoteDatabaseSetting < ActiveRecord::Migration
|
||
|
def change
|
||
|
remove_column :application_settings, :metrics_database
|
||
|
end
|
||
|
end
|