BigW Consortium Gitlab

20160412140240_add_repository_checks_enabled_setting.rb 201 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddRepositoryChecksEnabledSetting < ActiveRecord::Migration
  def change
    add_column :application_settings, :repository_checks_enabled, :boolean, default: true
  end
end