mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 16:34:52 +09:00
List collab tables under projects section in models file
This commit is contained in:
parent
c2bf470fb6
commit
0731597e1b
1 changed files with 14 additions and 14 deletions
|
@ -99,20 +99,6 @@ ProjectAccess
|
|||
|
||||
UniqueProjectAccess role op
|
||||
|
||||
RepoCollab
|
||||
repo RepoId
|
||||
person PersonId
|
||||
role ProjectRoleId Maybe
|
||||
|
||||
UniqueRepoCollab repo person
|
||||
|
||||
ProjectCollab
|
||||
project ProjectId
|
||||
person PersonId
|
||||
role ProjectRoleId Maybe
|
||||
|
||||
UniqueProjectCollab project person
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
-- Projects
|
||||
-------------------------------------------------------------------------------
|
||||
|
@ -236,3 +222,17 @@ Message
|
|||
number Int
|
||||
|
||||
UniqueMessage root number
|
||||
|
||||
RepoCollab
|
||||
repo RepoId
|
||||
person PersonId
|
||||
role ProjectRoleId Maybe
|
||||
|
||||
UniqueRepoCollab repo person
|
||||
|
||||
ProjectCollab
|
||||
project ProjectId
|
||||
person PersonId
|
||||
role ProjectRoleId Maybe
|
||||
|
||||
UniqueProjectCollab project person
|
||||
|
|
Loading…
Reference in a new issue