summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-06-13 11:50:27 +0200
committerYorick Peterse <yorickpeterse@gmail.com>2016-06-13 11:50:27 +0200
commitea7ff1341032c04ff9abad0e286888a3ab8a9a15 (patch)
tree09cd971ce249e05a424ca960e59fad6baa21a574
parent9c238dc970afc4cc9e4e4f9e3327e7a34b8d7c9a (diff)
downloadgitlab-ce-fix-migration-helper-race-conditions.tar.gz
Removed old comment from update_column_in_batchesfix-migration-helper-race-conditions
-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.