summaryrefslogtreecommitdiff
path: root/db/migrate/20151229112614_influxdb_remote_database_setting.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20151229112614_influxdb_remote_database_setting.rb')
-rw-r--r--db/migrate/20151229112614_influxdb_remote_database_setting.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/db/migrate/20151229112614_influxdb_remote_database_setting.rb b/db/migrate/20151229112614_influxdb_remote_database_setting.rb
deleted file mode 100644
index 5fdf4c6d4cb..00000000000
--- a/db/migrate/20151229112614_influxdb_remote_database_setting.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# rubocop:disable all
-class InfluxdbRemoteDatabaseSetting < ActiveRecord::Migration[4.2]
- def change
- remove_column :application_settings, :metrics_database
- end
-end