Feature(s) impacted
Schema upgrading
Observed behavior
I created a migration to add a column to a table. I ran
rails db:migrate
theschema.rb
file changed and the column is added. But the.forestadmin-schema.json
doesn’t change and when I deploy the new column in production, the column is not visible in Forest, but it is visible in the database.
Expected behavior
I expected the column to be visible in forest admin, and the
.forestadmin-schema.json
to change when I ranrails db:migrate
Failure Logs
No error.
Context
Please provide in this mandatory section, the relevant information about your configuration:
- Project name: Lakaa
- Team name: Lakaa
- Environment name: Production
- Agent type & version: gem ‘forest_liana’ version 7.4.5
- Recent changes made on your end if any: just installed