Removed stray strip_heredoc from migration helpers
This commit is contained in:
parent
36083b4d0e
commit
6a29117793
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue