We use prefixes on our database names, which change per environment. e.g. a "sites" database would be named "dev_sites" in dev, "qa_sites" in qa, "prod_sites" in production. Some manner of supporting this pattern would be appreciated.
Log in to post a comment.