1
0

remove duplicate userId from entity UserRoleAssignment

(it already comes implicitly through the relationship)
This commit is contained in:
Michael Hoennig
2019-04-30 17:58:56 +02:00
parent 084c12d2c4
commit 6df2cbce0b
23 changed files with 44 additions and 180 deletions

View File

@@ -14,7 +14,6 @@ enum UserRole {
entity UserRoleAssignment {
entityTypeId String,
entityObjectId Long,
userId Long required,
assignedRole UserRole required
}