summaryrefslogtreecommitdiff
path: root/db/migrate/20150125163100_add_default_branch_protection_setting.rb
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-07-01 12:23:25 +0100
committerNick Thomas <nick@gitlab.com>2019-07-02 09:35:03 +0100
commitcfe31f992a12c95570891b8cca8747589c6c6228 (patch)
treed89296a511b093b7216a4aca3a933234c9047865 /db/migrate/20150125163100_add_default_branch_protection_setting.rb
parent6d867cad918d80216908b68dba7e785997871ac7 (diff)
downloadgitlab-ce-cfe31f992a12c95570891b8cca8747589c6c6228.tar.gz
Squash old migrations
Use the `squasher` gem to squash migrations older than the start of 2018
Diffstat (limited to 'db/migrate/20150125163100_add_default_branch_protection_setting.rb')
-rw-r--r--db/migrate/20150125163100_add_default_branch_protection_setting.rb6
1 files changed, 0 insertions, 6 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 f6bfa422124..00000000000
--- a/db/migrate/20150125163100_add_default_branch_protection_setting.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# rubocop:disable all
-class AddDefaultBranchProtectionSetting < ActiveRecord::Migration[4.2]
- def change
- add_column :application_settings, :default_branch_protection, :integer, :default => 2
- end
-end