WIP: introduce separate database schemas #102

Closed
hsh-michaelhoennig wants to merge 57 commits from introduce-separate-database-schemas into master
Showing only changes of commit f9f5c2111f - 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!
); );