Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20151229112614_influxdb_remote_database_setting.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5fdf4c6d4cbd5dbba1cbff8ba26790f19bb0c8eb (plain)
1
2
3
4
5
6
# rubocop:disable all
class InfluxdbRemoteDatabaseSetting < ActiveRecord::Migration[4.2]
  def change
    remove_column :application_settings, :metrics_database
  end
end