diff --git a/config/models b/config/models index da23a52..349a292 100644 --- a/config/models +++ b/config/models @@ -12,6 +12,10 @@ -- with this software. If not, see -- . +------------------------------------------------------------------------------- +-- People +------------------------------------------------------------------------------- + Sharer ident ShrIdent name Text Maybe @@ -38,7 +42,17 @@ SshKey Group ident SharerId - UniqueGroupIdent ident + UniqueGroup ident + +GroupMember + person PersonId + group GroupId + + UniqueGroupMember person group + +------------------------------------------------------------------------------- +-- Projects +------------------------------------------------------------------------------- Project ident PrjIdent @@ -59,12 +73,6 @@ Repo UniqueRepo ident sharer -PersonInGroup - person PersonId - group GroupId - - UniquePersonInGroup person group - Ticket project ProjectId number Int