Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/db/migrate/20150125163100_add_default_branch_protection_setting.rb b/db/migrate/20150125163100_add_default_branch_protection_setting.rb
deleted file mode 100644
index 5020daf55f3..00000000000
--- a/db/migrate/20150125163100_add_default_branch_protection_setting.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class AddDefaultBranchProtectionSetting < ActiveRecord::Migration
- def change
- add_column :application_settings, :default_branch_protection, :integer, :default => 2
- end
-end