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:
authorRémy Coutable <remy@rymai.me>2017-05-23 15:57:03 +0300
committerRémy Coutable <remy@rymai.me>2017-05-29 12:28:23 +0300
commitb8b9ed55dffce8f896bfeb41b52a778ef6678d26 (patch)
tree1e89f170b9de0234ea0293cee30eacc403fa4142 /db/migrate/20161018124658_make_project_owners_masters.rb
parent187e6c8d7c9eea51358bb9b653a512ac98fa5746 (diff)
Disable Migration/UpdateColumnInBatches for old migrations
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'db/migrate/20161018124658_make_project_owners_masters.rb')
-rw-r--r--db/migrate/20161018124658_make_project_owners_masters.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20161018124658_make_project_owners_masters.rb b/db/migrate/20161018124658_make_project_owners_masters.rb
index a576bb7b622..fe11699c196 100644
--- a/db/migrate/20161018124658_make_project_owners_masters.rb
+++ b/db/migrate/20161018124658_make_project_owners_masters.rb
@@ -1,3 +1,4 @@
+# rubocop:disable Migration/UpdateColumnInBatches
class MakeProjectOwnersMasters < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers