DataObjects/pman.links.ini
[Pman.Core] / DataObjects / pman.links.ini
index af0aa2a..f696ab4 100644 (file)
@@ -7,12 +7,18 @@ office_id = Office:id
 company_id = Companies:id
 project_id = Projects:id
 owner_id = Person:id
+country_id = core_geoip_country:id
+city_id = core_geoip_city:id
+division_id = core_geoip_division:id
+
+
 
 [Companies]
 logo_id = Images:id
 owner_id = Person:id
 main_office_id = Office:id
 
+
 [Office]
 company_id = Companies:id
 
@@ -35,7 +41,7 @@ leader = Person:id
 group_id = Groups:id
 user_id =  Person:id
 
-[Group_Rights]
+[group_rights]
 group_id = Groups:id
 
 [Events]
@@ -58,6 +64,13 @@ 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
+
+
+
 [database__render]
 Projects = name
 Companies = name
@@ -73,6 +86,18 @@ project_id = Projects:id
 office_id = Office:id
 company_id = Companies:id
 
+[core_email]
+owner_id = Person:id
 
+[core_geoip_country]
+continent_id = core_geoip_continent:id
+
+[core_geoip_location]
+city_id = core_geoip_city:id
+
+[core_geoip_network_mapping]
+city_id = core_geoip_city:id
+
+[core_geoip_city]
+country_id = core_geoip_country:id
+division_id = core_geoip_division:id