Rename PersonInGroup model to GroupMember
This commit is contained in:
parent
c6c41b485c
commit
3dd82178f5
1 changed files with 15 additions and 7 deletions
|
@ -12,6 +12,10 @@
|
|||
-- with this software. If not, see
|
||||
-- <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
-- 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
|
||||
|
|
Loading…
Reference in a new issue