BigW Consortium Gitlab

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