enhancement
Currently, when new tables are added to an application schema, a relatively complicated migration must be configured.
Improvement
Based on the KnowledgeBase schema stored in the database, an automatic migration should be performed, at least in simple cases (when new tables are created).
Test
Define a new table in a *Meta.xml file and start the application.
The table should be created and added to the KnowledgeBase’s BranchSwitch table.