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: d2ac906ead335af0c367d67cdea5e8b0918641ec (plain)
1
2
3
4
5
6
# rubocop:disable all
class InfluxdbRemoteDatabaseSetting < ActiveRecord::Migration
  def change
    remove_column :application_settings, :metrics_database
  end
end