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:
authorRuben Davila <rdavila84@gmail.com>2017-02-14 03:25:11 +0300
committerRuben Davila <rdavila84@gmail.com>2017-02-14 03:25:11 +0300
commite7c0d6ddb9a5201c79ea3acd7e20324780d422e1 (patch)
treea3d7a0ffbe402f2670cd162136d43dc99a47103e
parent211c006b9b70139a4f54cc651ebbf9b27239e2bc (diff)
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