X-Git-Url: http://git.pippins.net/embedvideo/.git/static/%7Bg-%3Eurl%20arg1=?a=blobdiff_plain;f=sql%2Fschema.dot;h=ec23ab7b4f1b56ede97e1dbd45740ba4a258d68d;hb=40bab501e1ba7d982bead980469dcd975d141130;hp=9fb24285cf092e8e83c9a9d1308bd57f62c3e12e;hpb=53b9dc59fa5aabe9c55b109d158c5db379955013;p=eq%2F.git diff --git a/sql/schema.dot b/sql/schema.dot index 9fb2428..ec23ab7 100644 --- a/sql/schema.dot +++ b/sql/schema.dot @@ -47,7 +47,7 @@ digraph schema { shape = "record" ]; interview [ - label = "interview|| interview| interviewer| individual| date| notes| interview_type" + label = "interview|| interview| interviewer| individual| date| notes| type" shape = "record" ]; presidency [ @@ -82,6 +82,22 @@ digraph schema { label = "task|| task| name| description" shape = "record" ]; + district_sandbox [ + label = "district_sandbox|| district| supervisor" + shape = "record" + ]; + companion_sandbox [ + label = "companion_sandbox|| companion| individual| companionship" + shape = "record" + ]; + companionship_sandbox [ + label = "companionship_sandbox|| companionship| tc_companionship| district" + shape = "record" + ]; + family_sandbox [ + label = "family_sandbox|| family| tc_family| individual| companionship" + shape = "record" + ]; activity:s -> assignment:a @@ -129,5 +145,14 @@ digraph schema { accomplishment:i -> individual:i accomplishment:t -> task:t + + district_sandbox:s -> individual:i + companion_sandbox:i -> individual:i + companion_sandbox:cp -> companionship_sandbox:cp + companionship_sandbox:tcp -> companionship:c + companionship_sandbox:d -> district_sandbox:d + family_sandbox:tcf -> family:f + family_sandbox:i -> individual:i + family_sandbox:cp -> companionship_sandbox:cp }