[Rt-commit] rt branch, 4.0/schema-graph, updated. rt-4.0.2-113-g646befe
Kevin Falcone
falcone at bestpractical.com
Tue Nov 15 16:42:14 EST 2011
The branch, 4.0/schema-graph has been updated
via 646befea128b612355a629d360c520a08c3e3814 (commit)
from 967ed40c62c2a1d1800db35c986cb5671975a29c (commit)
Summary of changes:
docs/schema.dot | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit 646befea128b612355a629d360c520a08c3e3814
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Nov 15 16:42:12 2011 -0500
fix a typo in CGM
diff --git a/docs/schema.dot b/docs/schema.dot
index 3a192bc..2cc6a7b 100755
--- a/docs/schema.dot
+++ b/docs/schema.dot
@@ -21,11 +21,11 @@ edge [
"Attachments" -> "Transactions" [label="TransactionId -> id"];
"Attachments" -> "Attachments" [label="Parent -> id"];
-"CachedGroupMemers" [shape = record, fontsize = 18, label = "<col0> \N " ];
-"CachedGroupMemers" -> "Groups" [label="GroupId -> id", weight=2];
-"CachedGroupMemers" -> "Principals" [label="MemberId -> id"];
-"CachedGroupMemers" -> "CachedGroupMemers" [label="Via -> id"];
-"CachedGroupMemers" -> "Groups" [label="ImmediateParentId -> id"];
+"CachedGroupMembers" [shape = record, fontsize = 18, label = "<col0> \N " ];
+"CachedGroupMembers" -> "Groups" [label="GroupId -> id", weight=2];
+"CachedGroupMembers" -> "Principals" [label="MemberId -> id"];
+"CachedGroupMembers" -> "CachedGroupMembers" [label="Via -> id"];
+"CachedGroupMembers" -> "Groups" [label="ImmediateParentId -> id"];
"CustomFields" [shape = record, fontsize = 18, label = "<col0> \N " ];
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list