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