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