From: Alan Knowles Date: Sun, 10 Apr 2011 06:45:13 +0000 (+0800) Subject: DataObjects/pman.links.ini X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=355ac766f72320a7e5876cb82e689a20c6ffe042 DataObjects/pman.links.ini --- diff --git a/DataObjects/pman.links.ini b/DataObjects/pman.links.ini deleted file mode 100644 index 48135f3a..00000000 --- a/DataObjects/pman.links.ini +++ /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 - - - -