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:
authorYorick Peterse <yorickpeterse@gmail.com>2016-06-13 12:50:27 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2016-06-13 12:50:27 +0300
commitea7ff1341032c04ff9abad0e286888a3ab8a9a15 (patch)
tree09cd971ce249e05a424ca960e59fad6baa21a574
parent9c238dc970afc4cc9e4e4f9e3327e7a34b8d7c9a (diff)
Removed old comment from update_column_in_batches
-rw-r--r--lib/gitlab/database/migration_helpers.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/database/migration_helpers.rb b/lib/gitlab/database/migration_helpers.rb
index ddf428e9cb4..dd3ff0ab18b 100644
--- a/lib/gitlab/database/migration_helpers.rb
+++ b/lib/gitlab/database/migration_helpers.rb
@@ -31,8 +31,6 @@ module Gitlab
# Any data inserted while running this method (or after it has finished
# running) is _not_ updated automatically.
#
- # This method _only_ updates rows where the column's value is set to NULL.
- #
# table - The name of the table.
# column - The name of the column to update.
# value - The value for the column.