diff options
-rw-r--r-- | lib/gitlab/database/migration_helpers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/database/migration_helpers.rb b/lib/gitlab/database/migration_helpers.rb index 74c87fa2905..31a87b73fbe 100644 --- a/lib/gitlab/database/migration_helpers.rb +++ b/lib/gitlab/database/migration_helpers.rb @@ -75,7 +75,7 @@ module Gitlab query += " AND id < #{stop_row['id']}" end - execute(query.strip_heredoc) + execute(query) processed += batch_size end |