BigW Consortium Gitlab

20150310194358_add_version_check_to_application_settings.rb 200 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddVersionCheckToApplicationSettings < ActiveRecord::Migration
  def change
    add_column :application_settings, :version_check_enabled, :boolean, default: true
  end
end