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:
authorRobert Speicher <rspeicher@gmail.com>2017-04-24 20:54:09 +0300
committerRobert Speicher <rspeicher@gmail.com>2017-04-28 23:55:55 +0300
commit30cc6b202a1ce18be880b101bc16df6bb1d2536f (patch)
tree40c24abfb463edcd195790da2ad6ac259e1f19c3 /db/migrate/20160913162434_remove_projects_pushes_since_gc.rb
parentb9fa17d87b534e588d80bb029c7f8cf9f9ff0c45 (diff)
Disable AddColumnWithDefaultToLargeTable cop for pre-existing migrations
Diffstat (limited to 'db/migrate/20160913162434_remove_projects_pushes_since_gc.rb')
-rw-r--r--db/migrate/20160913162434_remove_projects_pushes_since_gc.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20160913162434_remove_projects_pushes_since_gc.rb b/db/migrate/20160913162434_remove_projects_pushes_since_gc.rb
index 18ea9d43a43..0100e30a733 100644
--- a/db/migrate/20160913162434_remove_projects_pushes_since_gc.rb
+++ b/db/migrate/20160913162434_remove_projects_pushes_since_gc.rb
@@ -1,6 +1,7 @@
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
+# rubocop:disable Migration/AddColumnWithDefaultToLargeTable
class RemoveProjectsPushesSinceGc < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers