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.rb6
1 files changed, 6 insertions, 0 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
new file mode 100644
index 00000000000..b6a5bea79b6
--- /dev/null
+++ b/db/migrate/20160509201028_add_health_check_access_token_to_application_settings.rb
@@ -0,0 +1,6 @@
+# rubocop:disable all
+class AddHealthCheckAccessTokenToApplicationSettings < ActiveRecord::Migration
+ def change
+ add_column :application_settings, :health_check_access_token, :string
+ end
+end