Commit 4835e680 authored by James Lopez's avatar James Lopez

fix migration issue

parent 172d37a2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment