summaryrefslogtreecommitdiff
path: root/db/migrate/20160509201028_add_health_check_access_token_to_application_settings.rb
blob: 54d615f7e21c944ecdd14ffde394bb2aef31e06a (plain)
1
2
3
4
5
class AddHealthCheckAccessTokenToApplicationSettings < ActiveRecord::Migration[4.2]
  def change
    add_column :application_settings, :health_check_access_token, :string
  end
end