summaryrefslogtreecommitdiff
path: root/db/migrate/20160705054952_add_protected_branches_merge_access.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160705054952_add_protected_branches_merge_access.rb')
-rw-r--r--db/migrate/20160705054952_add_protected_branches_merge_access.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20160705054952_add_protected_branches_merge_access.rb b/db/migrate/20160705054952_add_protected_branches_merge_access.rb
index 9b18a2061b3..672e0e291db 100644
--- a/db/migrate/20160705054952_add_protected_branches_merge_access.rb
+++ b/db/migrate/20160705054952_add_protected_branches_merge_access.rb
@@ -2,7 +2,7 @@
# for more information on how to write migrations for GitLab.
# rubocop:disable Migration/Timestamps
-class AddProtectedBranchesMergeAccess < ActiveRecord::Migration
+class AddProtectedBranchesMergeAccess < ActiveRecord::Migration[4.2]
DOWNTIME = false
def change