1
0
Fork 0
mirror of https://code.naskya.net/repos/ndqEd synced 2025-01-10 17:36:46 +09:00

List collab tables under projects section in models file

This commit is contained in:
fr33domlover 2019-02-12 11:46:12 +00:00
parent c2bf470fb6
commit 0731597e1b

View file

@ -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