Merge branch 'master' of http://private.akbkhome.com/Pman.Core
[Pman.Core] / DataObjects / pman.links.ini
index 32dc79e..48135f3 100644 (file)
@@ -1,6 +1,7 @@
 
 [Images]
 parent_image_id = Images:id
+created_by = Person:id
 
 [Person]
 office_id = Office:id
@@ -23,6 +24,11 @@ team_id = Groups:id
 open_by = Person:id
 owner_id = Person:id
 
+[ProjectDirectory]
+person_id = Person:id
+project_id = Projects:id
+
+
 [Groups]
 leader = Person:id
 
@@ -39,10 +45,12 @@ person_id = Person:id
 [core_watch]
 person_id = Person:id
 
-
 [core_person_alias]
 person_id = Person:id
 
+[core_notify]
+person_id = Person:id
+event_id = Events:id
 
 
 
@@ -55,7 +63,12 @@ Groups = name
 Images = filename
 
  
-  
+[ProjectDirectory]
+person_id = Person:id
+project_id = Projects:id
+office_id = Office:id
+company_id = Companies:id
+