From 8ba4c870b37b83ce6f50a9e81228b7b5743a60cd Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Tue, 28 Jan 2025 06:58:58 +0100 Subject: [PATCH] fix incomplete sentence in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f4f358f..147dba09 100644 --- a/README.md +++ b/README.md @@ -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. We would also reduce the depth of the expensive recursive CTE-query. -This has to be explored further. -For now, we just keep it in mind and FIXME +This has to be explored further. For now, we just keep it in mind and avoid roles+grants +which would not fit into a simplified system with a fixed role-type-system. ### The Mapper is Error-Prone