summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Davila <rdavila84@gmail.com>2017-02-13 18:52:50 -0500
committerRuben Davila <rdavila84@gmail.com>2017-02-13 18:52:50 -0500
commita5387d0c259d96ddeabc26ddc2fba28a9265dabe (patch)
tree771688b21c9ae949a92ef306b6c253c4468b2c33
parentc37af4ccd1481ae9515b7e6dca96c8485c5ea14a (diff)
downloadgitlab-ce-a5387d0c259d96ddeabc26ddc2fba28a9265dabe.tar.gz
Fix migration with missing DOWNTIME entry
-rw-r--r--db/migrate/20160519203051_add_developers_can_merge_to_protected_branches.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/migrate/20160519203051_add_developers_can_merge_to_protected_branches.rb b/db/migrate/20160519203051_add_developers_can_merge_to_protected_branches.rb
index 15ad8e8bcbb..285e798cfea 100644
--- a/db/migrate/20160519203051_add_developers_can_merge_to_protected_branches.rb
+++ b/db/migrate/20160519203051_add_developers_can_merge_to_protected_branches.rb
@@ -1,6 +1,8 @@
class AddDevelopersCanMergeToProtectedBranches < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers
+ DOWNTIME = false
+
disable_ddl_transaction!
def change