From 1c538bfabc2cd31f27067505f0c3d1a46cba6ef0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 9 Jul 2015 22:18:55 -0700 Subject: RT 4.2.11, ticket#13852 --- rt/docs/schema.dot | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'rt/docs/schema.dot') diff --git a/rt/docs/schema.dot b/rt/docs/schema.dot index d81ceee12..d70141a03 100644 --- a/rt/docs/schema.dot +++ b/rt/docs/schema.dot @@ -57,8 +57,11 @@ edge [ "Scrips" [shape = record, fontsize = 18, label = " \N " ]; "Scrips" -> "ScripConditions" [label="ScripCondition → id"]; "Scrips" -> "ScripActions" [label="ScripAction → id"]; -"Scrips" -> "Templates" [label="Template → id"]; -"Scrips" -> "Queues" [label="Queue → id"]; +"Scrips" -> "Templates" [label="Template → Name"]; +"Scrips" -> "ObjectScrips" [label="id → Scrip"] + +"ObjectScrips" [shape = record, fontsize = 18, label = " \N " ]; +"ObjectScrips" -> "Queues" [label="ObjectId → id"]; "Templates" [shape = record, fontsize = 18, label = " \N " ]; "Templates" -> "Queues" [label ="Queue → id" ]; -- cgit v1.2.1