[Rt-commit] rt branch, 4.2/schema-dot-for-objectscrips, created. rt-4.2.3-33-g01ddf9d

Kevin Falcone falcone at bestpractical.com
Sun Mar 16 15:13:43 EDT 2014


The branch, 4.2/schema-dot-for-objectscrips has been created
        at  01ddf9df116835880c033316f66056a64ea811dc (commit)

- Log -----------------------------------------------------------------
commit 01ddf9df116835880c033316f66056a64ea811dc
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Sun Mar 16 15:10:36 2014 -0400

    Add the (new in 4.2) ObjectScrips table
    
    Also re-point templates (which now look up on Name).

diff --git a/docs/schema.dot b/docs/schema.dot
index d81ceee..d70141a 100755
--- a/docs/schema.dot
+++ b/docs/schema.dot
@@ -57,8 +57,11 @@ edge [
 "Scrips" [shape = record, fontsize = 18, label = "<col0> \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 = "<col0> \N " ];
+"ObjectScrips" -> "Queues" [label="ObjectId → id"];
 
 "Templates" [shape = record, fontsize = 18, label = "<col0> \N " ];
 "Templates" -> "Queues" [label ="Queue → id" ];

-----------------------------------------------------------------------


More information about the rt-commit mailing list