Removed old comment from update_column_in_batches

This commit is contained in:
Yorick Peterse 2016-06-13 11:50:27 +02:00
parent 9c238dc970
commit ea7ff13410
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
1 changed files with 0 additions and 2 deletions

View File

@ -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.