Add more descriptive line for resolving sqlite error during check

This commit is contained in:
Jamey J. DeOrio 2014-01-06 10:36:34 -08:00
parent 11f20576e9
commit 37192d5e18

View file

@ -65,6 +65,7 @@ namespace :gitlab do
puts "no".green
else
puts "yes".red
puts "Please fix this by removing the SQLite entry from the database.yml".blue
for_more_information(
"https://github.com/gitlabhq/gitlabhq/wiki/Migrate-from-SQLite-to-MySQL",
see_database_guide