Hi there
Actual behavior
I am actively evaluating ForestAdmin for a Rails6 project hosted on Heroku.
When I redeploy my Herokuapp I could not find the new models in my ForestAdmin.
Actual behavior
What is the current behavior?
Failure Logs
none
Context
Please provide any relevant information about your setup.
Rails 6.1.3.1
forest_liana 6.1.1
pg 1.2.3
psql 13.2
It would not be a big deal if redeploying the Admin Interface would be possible, which, I am quite confident, shows the new models, as in a newly created forest admin
Right now I would need to
- Create a new ForestAdmin app (from dev machine)
- Deploy it to Heroku
- Change env vars in Heroku
- restart all dynos
- Recreate all roles and invites
this is of course not a sustainable workflow