Commit 2b9957a8 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in lib/tasks/migrate/setup_postgresql.rake

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent c62b89ec
......@@ -19,7 +19,6 @@ task setup_postgresql: :environment do
AddIndexOnNamespacesLowerName.new.up
ReworkRedirectRoutesIndexes.new.up
UsersNameLowerIndex.new.up
<<<<<<< HEAD
end
desc 'GitLab | Generate PostgreSQL Password Hash'
......@@ -35,6 +34,4 @@ task :postgresql_md5_hash do
end
hash = Digest::MD5.hexdigest("#{password}#{username}")
puts "The MD5 hash of your database password for user: #{username} -> #{hash}"
=======
>>>>>>> upstream/master
end
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