summaryrefslogtreecommitdiff
path: root/db/migrate/20150125163100_add_default_branch_protection_setting.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20150125163100_add_default_branch_protection_setting.rb')
-rw-r--r--db/migrate/20150125163100_add_default_branch_protection_setting.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20150125163100_add_default_branch_protection_setting.rb b/db/migrate/20150125163100_add_default_branch_protection_setting.rb
index 7ca3116d354..f6bfa422124 100644
--- a/db/migrate/20150125163100_add_default_branch_protection_setting.rb
+++ b/db/migrate/20150125163100_add_default_branch_protection_setting.rb
@@ -1,5 +1,5 @@
# rubocop:disable all
-class AddDefaultBranchProtectionSetting < ActiveRecord::Migration
+class AddDefaultBranchProtectionSetting < ActiveRecord::Migration[4.2]
def change
add_column :application_settings, :default_branch_protection, :integer, :default => 2
end