summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-04-04 19:55:13 +0200
committerJames Lopez <james@jameslopez.es>2016-04-04 19:55:13 +0200
commit4835e680a4624ab8de3316b367b8375bb5a270a0 (patch)
tree1d972ff87278b00e553cb788ae992c624e1bf7f8
parent172d37a2385424eb5f4c157fa691fd47b9f5a850 (diff)
downloadgitlab-ce-4835e680a4624ab8de3316b367b8375bb5a270a0.tar.gz
fix migration issue
-rw-r--r--db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb b/db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb
index 0a7ba65acc4..8fef93233ef 100644
--- a/db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb
+++ b/db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb
@@ -53,6 +53,7 @@ class RemoveWrongImportUrlFromProjects < ActiveRecord::Migration
credentials_keys.each do |key|
new_data_hash[key] = data_hash.delete(key) if data_hash[key]
end
+ new_data_hash
end
def in_transaction