Do not override database.yml

Hi there,

The database section in a Rails project creates a config/database.yml even if one already exists in the repo.

We are running MySQL on Docker and the configuration that CircleCI sets up (ubuntu user, etc) doesn’t work for us.

Wouldn’t it be better to use the provided config/database.yml if one is present?