debian-mirror-gitlab/db/migrate/20150125163100_add_default_branch_protection_setting.rb
2015-04-26 09:18:37 +02:00

6 lines
179 B
Ruby

class AddDefaultBranchProtectionSetting < ActiveRecord::Migration
def change
add_column :application_settings, :default_branch_protection, :integer, :default => 2
end
end