summaryrefslogtreecommitdiff
path: root/db/migrate/20160509201028_add_health_check_access_token_to_application_settings.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160509201028_add_health_check_access_token_to_application_settings.rb')
-rw-r--r--db/migrate/20160509201028_add_health_check_access_token_to_application_settings.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/db/migrate/20160509201028_add_health_check_access_token_to_application_settings.rb b/db/migrate/20160509201028_add_health_check_access_token_to_application_settings.rb
deleted file mode 100644
index 54d615f7e21..00000000000
--- a/db/migrate/20160509201028_add_health_check_access_token_to_application_settings.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class AddHealthCheckAccessTokenToApplicationSettings < ActiveRecord::Migration[4.2]
- def change
- add_column :application_settings, :health_check_access_token, :string
- end
-end