X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fdocs%2Fschema.dot;fp=rt%2Fdocs%2Fschema.dot;h=d70141a035642032c5676c6c8fca568145756523;hp=d81ceee12fded4b9d53676f8033898c9d6b0f3ed;hb=1c538bfabc2cd31f27067505f0c3d1a46cba6ef0;hpb=4f5619288413a185e9933088d9dd8c5afbc55dfa 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" ];