introduce separate database-schemas base+rbac #103

Merged
hsh-michaelhoennig merged 54 commits from introduce-separate-database-schemas-base-and-rbac into master 2024-09-16 15:36:38 +02:00
Showing only changes of commit cfb1a17a2e - Show all commits

View File

@ -68,11 +68,11 @@ public class ArchitectureTest {
"..mapper", "..mapper",
"..ping", "..ping",
"..rbac", "..rbac",
"..rbac.generator",
"..rbac.subject", "..rbac.subject",
"..rbac.rbacgrant", "..rbac.grant",
"..rbac.rbacrole", "..rbac.role",
"..rbac.rbacobject", "..rbac.object",
"..rbac.rbacdef",
"..stringify" "..stringify"
// ATTENTION: Don't simply add packages here, also add arch rules for the new package! // ATTENTION: Don't simply add packages here, also add arch rules for the new package!
); );