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