* fix: postgres sort with appends issue
* fix: role menus api error
* feat: add exists params in roles.collections api
* refactor: remove uid field on uiSchemas table
* test: toggle role menus
* fix: plugin-acl test
* feat: sync data to acl before app start
* fix: mysql ui-schema sql compatibility
* feat: writeRolesToACL in plugin-acl
* feat: recursiveRemoveIfNoChildren
* feat: remove with removeParents
* refactor: removeSchema server hook
* fix: server hook test
* feat: insertInner with remove parent
* feat: onSelfMove server hook
* feat: removeParentsIfNoChildren server hook method
* refactor: ui_schema_tree_path to uiSchemaTreePath
* feat: insertAdjacent api params
* fix: ui schema test
* fix: sqlite array query
* fix: acl test
* fix: plugin-users test
* fix: database test with postgres
* fix: test with db.getTablePrefix
* fix: test with mysql database
* fix: test with sqlite database
* fix: test with mysql
* fix: test order with mysql
* chore: test clean database
* chore: mockServer clean
* chore: app cleanDb
* chore: plugin-users cleanDb