Commit 6a291177 authored by Yorick Peterse's avatar Yorick Peterse

Removed stray strip_heredoc from migration helpers

parent 36083b4d
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment