webcompat / webcompat-metrics-server

Server in charge of delivering different data to the webcompat-metrics-client
Mozilla Public License 2.0
6 stars 5 forks source link

Update URI in heroku after sqlalchemy v. 1.4 change #150

Closed laghee closed 2 years ago

laghee commented 2 years ago

postgres:// must be replaced by postgresql:// or you make Heroku cry 😭

https://github.com/sqlalchemy/sqlalchemy/issues/6083