From 0731597e1b894dbe40f433d248fa2eda47e810b2 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Tue, 12 Feb 2019 11:46:12 +0000 Subject: [PATCH] List collab tables under projects section in models file --- config/models | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/config/models b/config/models index 5a833cc..c601890 100644 --- a/config/models +++ b/config/models @@ -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