I'm trying to reset my shared database on Heroku.
I've tried the following commands:
heroku pg:reset DATABASE
heroku pg:reset SHARED_DATABASE
heroku pg:reset SHARED_DATABASE_URL
heroku pg:reset DATABASE_URL
Every time I receive the error "Resource not found" despite these being in my environment vars (heroku config) and working with my application.
Anyone know what I could be doing wrong? Thanks!