DataObjects/pman.links.ini
authorAlan Knowles <alan@akkbhome.com>
Sun, 10 Apr 2011 06:45:13 +0000 (14:45 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sun, 10 Apr 2011 06:45:13 +0000 (14:45 +0800)
DataObjects/pman.links.ini [deleted file]

diff --git a/DataObjects/pman.links.ini b/DataObjects/pman.links.ini
deleted file mode 100644 (file)
index 48135f3..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-
-[Images]
-parent_image_id = Images:id
-created_by = Person:id
-
-[Person]
-office_id = Office:id
-company_id = Companies:id
-project_id = Projects:id
-owner_id = Person:id
-
-[Companies]
-logo_id = Images:id
-owner_id = Person:id
-main_office_id = Office:id
-
-[Office]
-company_id = Companies:id
-
-[Projects]
-client_id = Companies:id
-agency_id = Companies:id
-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
-
-[Group_Members]
-group_id = Groups:id
-user_id =  Person:id
-
-[Group_Rights]
-group_id = Groups:id
-
-[Events]
-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
-
-
-
-[database__render]
-Projects = name
-Companies = name
-Office =  name
-Person = name
-Groups = name
-Images = filename
-
-[ProjectDirectory]
-person_id = Person:id
-project_id = Projects:id
-office_id = Office:id
-company_id = Companies:id
-
-