We updated to rails 7.2.2, and in my diff for the forest admin schema, it changed almost every field to required: false
even though they are not null
in our DB schema and there are model validations that are set to presence: true
for these fields
We are on Rails 7.2.2 and ForestAdmin forese_liana gem v 9.5.3