This is a template you must use to report issues.
We have a MySQL database connected with Forest Admin. At the time of initial installation, we only had a few tables and more were created later on. However, the new tables didn’t sync and show up in Forest Admin. We used this guide - Update your models' definition - Developer Guide to run the forest schema:update command. I confirmed that the models for the new tables were all created and this was pushed to the main branch. However, the Forest admin production app isn’t reflecting the tables too. Any idea what could be the issue here?
Feature(s) impacted
N.A
Observed behavior
The Admin does not have new tables added on the MySQL database even after the forest schema:update command
Expected behavior
New tables should show up on the admin after the update on the Node JS app as ben executed and merged to the main branch
Failure Logs
In this optional section, please:
- include any relevant log snippets if necessary,
- or remove this section if left empty.
Context
Please provide in this mandatory section, the relevant information about your configuration:
- Project name: Awele
- Team name: Awele
- Environment name: Production
- Agent type & version: ^8.0.0
- Recent changes made on your end if any: Ran the forest schema:update command after new tables have been added to database