2016-06-16 23:09:34 +05:30
|
|
|
# rubocop:disable all
|
2018-12-23 12:14:25 +05:30
|
|
|
class AddDefaultBranchProtectionSetting < ActiveRecord::Migration[4.2]
|
2015-04-26 12:48:37 +05:30
|
|
|
def change
|
|
|
|
add_column :application_settings, :default_branch_protection, :integer, :default => 2
|
|
|
|
end
|
|
|
|
end
|