etsy / opsweekly

On call alert classification and reporting
MIT License
761 stars 100 forks source link

Allow users to use different database names #63

Closed ninoabbate closed 8 years ago

ninoabbate commented 8 years ago

As suggested in pull request #62 (https://github.com/etsy/opsweekly/pull/62#issuecomment-247898753) users can use different database names, since many teams can host different instances on one SQL server or might not be able to choose the MySQL database name on some hosting providers. So I've removed the database name from all weekly providers db connector functions. I've also tested this modification and everything worked as expected.

lozzd commented 8 years ago

Thanks!