I wrote simple springboot app which is use my postgres database on my external server. When I deployed my app one heroku postgres database was created too. How to disable it? I want to deploy only my springboot app on heroku because my database is on external server and I don't need it on heroku.