mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-29 01:04:52 +09:00
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
|
-- with this software. If not, see
|
||||||
-- <http://creativecommons.org/publicdomain/zero/1.0/>.
|
-- <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
-- People
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
Sharer
|
Sharer
|
||||||
ident ShrIdent
|
ident ShrIdent
|
||||||
name Text Maybe
|
name Text Maybe
|
||||||
|
@ -38,7 +42,17 @@ SshKey
|
||||||
Group
|
Group
|
||||||
ident SharerId
|
ident SharerId
|
||||||
|
|
||||||
UniqueGroupIdent ident
|
UniqueGroup ident
|
||||||
|
|
||||||
|
GroupMember
|
||||||
|
person PersonId
|
||||||
|
group GroupId
|
||||||
|
|
||||||
|
UniqueGroupMember person group
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
-- Projects
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
Project
|
Project
|
||||||
ident PrjIdent
|
ident PrjIdent
|
||||||
|
@ -59,12 +73,6 @@ Repo
|
||||||
|
|
||||||
UniqueRepo ident sharer
|
UniqueRepo ident sharer
|
||||||
|
|
||||||
PersonInGroup
|
|
||||||
person PersonId
|
|
||||||
group GroupId
|
|
||||||
|
|
||||||
UniquePersonInGroup person group
|
|
||||||
|
|
||||||
Ticket
|
Ticket
|
||||||
project ProjectId
|
project ProjectId
|
||||||
number Int
|
number Int
|
||||||
|
|
Loading…
Reference in a new issue