Hi, I have a technical question. I am using heroku for a personal project, and I have a staging Dyno with a dedicated database.
This means I am paying for it, and I use it mostly to check what i do does not break the site and works every so often.
Now that heroku allows officially to plug two environments in one database, would it be possible to have both in one, without sharing the information?
The last part is the one I do not want to get wrong 🙂