We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Heroku gets mad if we have too much in our database. You will get an email (if you have heroku access)
The most likely cuplprit is the versions table, which isn't (yet) wiped when we re-seed (but it should be, whups)
versions
heroku run rails c --app casa-qa PaperTrail::Version.delete_all
heroku run rails c --app casa-qa
PaperTrail::Version.delete_all
heroku run rails c --app casa-r4g-staging
Do NOT do this in prod.