[Rt-commit] [svn] r1922 - in rt/branches/3.3-TESTING: . docs

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Mon Nov 22 13:05:09 EST 2004


Author: jesse
Date: Mon Nov 22 13:05:08 2004
New Revision: 1922

Modified:
   rt/branches/3.3-TESTING/   (props changed)
   rt/branches/3.3-TESTING/docs/rt3-schema-relationships.dot
Log:
 r9318 at tinbook:  jesse | 2004-11-22T18:06:38.935955Z
 RT-Ticket: 6269
 RT-Status: resolved
 RT-Update: correspond
 
 RT3 schema diagram updated. (Todd Chapman)
 
 


Modified: rt/branches/3.3-TESTING/docs/rt3-schema-relationships.dot
==============================================================================
--- rt/branches/3.3-TESTING/docs/rt3-schema-relationships.dot	(original)
+++ rt/branches/3.3-TESTING/docs/rt3-schema-relationships.dot	Mon Nov 22 13:05:08 2004
@@ -27,7 +27,6 @@
 "CachedGroupMemers" -> "Groups" [label="ImmediateParentId -> Groups.id"];
 
 "CustomFields" [shape = record, fontsize = 18, label = "<col0> \N " ];
-"CustomFields" -> "Queues" [label="Queue -> id"];
 
 "CustomFieldValues" [shape = record, fontsize = 18, label = "<col0> \N " ];
 "CustomFieldValues" -> "CustomFields" [label="CustomField -> id"];
@@ -45,6 +44,7 @@
 
 "Principals" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
+"Attributes" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
 "Queues" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
@@ -61,9 +61,11 @@
 "Templates" [shape = record, fontsize = 18, label = "<col0> \N " ];
 "Templates" -> "Queues" [label ="Queue -> id" ];
 
-"TicketCustomFieldValues" [shape = record, fontsize = 18, label = "<col0> \N " ];
-"TicketCustomFieldValues" -> "Tickets" [label="Ticket -> id"];
-"TicketCustomFieldValues" -> "CustomFields" [label="CustomField -> id"];
+"ObjectCustomFields" [shape = record, fontsize = 18, label = "<col0> \N " ];
+"ObjectCustomFields" -> "CustomFields" [label="CustomField -> id"];
+
+"ObjectCustomFieldValues" [shape = record, fontsize = 18, label = "<col0> \N " ];
+"ObjectCustomFieldValues" -> "CustomFields" [label="CustomField -> id"];
 
 "Tickets" [shape = record, fontsize = 18, label = "<col0> \N " ];
 "Tickets" -> "Tickets" [label="EffectiveId -> id"];


More information about the Rt-commit mailing list