feature/test-liquibase-migration-from-a-prod-dump #152

Merged
hsh-michaelhoennig merged 9 commits from feature/test-liquibase-migration-from-a-prod-dump into master 2025-01-28 12:28:03 +01:00
Showing only changes of commit 8ba4c870b3 - Show all commits

View File

@ -620,8 +620,8 @@ This way we would get rid of all explicit grants within the same DB-row
and would not need the `rbac.role` table anymore. and would not need the `rbac.role` table anymore.
We would also reduce the depth of the expensive recursive CTE-query. We would also reduce the depth of the expensive recursive CTE-query.
This has to be explored further. This has to be explored further. For now, we just keep it in mind and avoid roles+grants
For now, we just keep it in mind and FIXME which would not fit into a simplified system with a fixed role-type-system.
### The Mapper is Error-Prone ### The Mapper is Error-Prone