BigW Consortium Gitlab

20150125163100_add_default_branch_protection_setting.rb 201 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddDefaultBranchProtectionSetting < ActiveRecord::Migration
  def change
    add_column :application_settings, :default_branch_protection, :integer, :default => 2
  end
end