summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-05-13 00:11:01 +0200
committerYorick Peterse <yorickpeterse@gmail.com>2016-05-13 00:11:01 +0200
commit6a29117793934850986a9e423c86746b4a0763e9 (patch)
tree9ceabd49598c6472ec8ff745a84ce9e9bd356fac /lib
parent36083b4d0ee6787da6be13b45cc7144de704c308 (diff)
downloadgitlab-ce-6a29117793934850986a9e423c86746b4a0763e9.tar.gz
Removed stray strip_heredoc from migration helpers
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/database/migration_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/database/migration_helpers.rb b/lib/gitlab/database/migration_helpers.rb
index 4773a88d0c1..74c87fa2905 100644
--- a/lib/gitlab/database/migration_helpers.rb
+++ b/lib/gitlab/database/migration_helpers.rb
@@ -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}