@anon16419211 yes it still is. sections and publicItemSections are tables in the database for example and are in the schema file but are NOT showing up on forest. Please inspect the schema file and look at how it differs from the UI on forest.
We just do the regular deployment: first generate the schema file by running the server locally with NODE_ENV set to development, then we push it to production with NODE_ENV set to production and we get the server log that the file has been sent to forest, but no changes are reflected.
Thanks for your quick answer I’ve just did a quick manipulation on our end that should update your UI configuration according to the last schema received. Can you confirm or not that you still have your issue ?
I also did that, just to clarify to everyone here: if you update your model, you need to give permissions to your role to view the new tables, otherwise you won’t be able to see them. Here is an explanation URL: Customize your fields - User Guide