DataObjects/pman.links.ini
[Pman.Core] / DataObjects / pman.links.ini
index 4694e7c..bf819ec 100644 (file)
@@ -12,6 +12,8 @@ owner_id = Person:id
 logo_id = Images:id
 owner_id = Person:id
 main_office_id = Office:id
+comptype_id = core_enum:id
+
 
 [Office]
 company_id = Companies:id
@@ -31,11 +33,11 @@ project_id = Projects:id
 [Groups]
 leader = Person:id
 
-[Group_Members]
+[group_members]
 group_id = Groups:id
 user_id =  Person:id
 
-[Group_Rights]
+[group_rights]
 group_id = Groups:id
 
 [Events]
@@ -43,7 +45,7 @@ person_id = Person:id
 
 [core_event_audit]
 event_id = Events:id
-
+old_audit_id = core_event_audit:id
 
 [core_watch]
 person_id = Person:id
@@ -54,6 +56,14 @@ person_id = Person:id
 [core_notify]
 person_id = Person:id
 event_id = Events:id
+watch_id = core_watch:id
+trigger_person_id = Person:id
+trigger_event_id = Events:id
+
+[core_notify_recur]
+person_id = Person:id
+last_event_id = Events:id
+method_id = core_enum:id
 
 
 
@@ -72,6 +82,9 @@ project_id = Projects:id
 office_id = Office:id
 company_id = Companies:id
 
+[core_email]
+owner_id = Person:id
+