Removed stray strip_heredoc from migration helpers

This commit is contained in:
Yorick Peterse 2016-05-13 00:11:01 +02:00
parent 36083b4d0e
commit 6a29117793
No known key found for this signature in database
GPG key ID: EDD30D2BEB691AC9

View file

@ -63,7 +63,7 @@ module Gitlab
FROM #{quoted_table}
ORDER BY id ASC
LIMIT 1 OFFSET #{processed + batch_size}
}.strip_heredoc).to_hash.first
}).to_hash.first
query = %Q{
UPDATE #{quoted_table}