Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-05-13 01:11:01 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2016-05-13 01:11:01 +0300
commit6a29117793934850986a9e423c86746b4a0763e9 (patch)
tree9ceabd49598c6472ec8ff745a84ce9e9bd356fac /lib/gitlab
parent36083b4d0ee6787da6be13b45cc7144de704c308 (diff)
Removed stray strip_heredoc from migration helpers
Diffstat (limited to 'lib/gitlab')
-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}