1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-28 23:14:51 +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 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 -- Projects
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
@ -236,3 +222,17 @@ Message
number Int number Int
UniqueMessage root number 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