X-Git-Url: http://git.pippins.net/embedvideo/.git/static/%7Bg-%3Eurl%20arg1=?a=blobdiff_plain;f=sql%2Fschema.dot;h=136e25338e737ae545856c7d0a32272a9f6ee412;hb=14cfa28359cc338a5c0697981474bc88f0e008c1;hp=cbd156a4bf92d27a643db673dc3cf3076383f725;hpb=6164e3a3c2d19b4e1d718ccafd7dddf6da27d270;p=eq%2F.git diff --git a/sql/schema.dot b/sql/schema.dot index cbd156a..136e253 100644 --- a/sql/schema.dot +++ b/sql/schema.dot @@ -7,7 +7,7 @@ digraph schema { shape = "record" ]; appointment [ - label = "appointment|| appointment|

presidency| family| individual | date| time| location| uid" + label = "appointment|| appointment| leader| family| individual | date| time| location| uid" shape = "record" ]; assignment [ @@ -50,12 +50,12 @@ digraph schema { label = "interview|| interview| interviewer| individual| date| notes| type" shape = "record" ]; - presidency [ - label = "presidency||

presidency| individual| district| email| president| counselor| secreatary| valid" + leader [ + label = "leader|| leader| individual| email| type| valid" shape = "record" ]; visit [ - label = "visit|| visit| family| companionship| companion1| companion2| date| notes| visited| type" + label = "visit|| visit| family| companionship| date| notes| visited| type" shape = "record" ]; willingness [ @@ -101,7 +101,7 @@ digraph schema { activity:s -> assignment:a - appointment:p -> presidency:p + appointment:l -> leader:l appointment:f -> family:f appointment:i -> individual:i @@ -115,7 +115,7 @@ digraph schema { companionship:d -> district:d - district:l -> individual:i + district:l -> leader:l individual:sp -> scheduling_priority:sp @@ -129,13 +129,10 @@ digraph schema { interview:il -> individual:i interview:i -> individual:i - presidency:i -> individual:i - presidency:d -> district:d + leader:i -> individual:i visit:c -> companionship:c visit:f -> family:f - visit:c1 -> presidency:i - visit:c2 -> presidency:i willingness:i -> individual:i willingness:a -> assignment:a @@ -146,7 +143,7 @@ digraph schema { accomplishment:i -> individual:i accomplishment:t -> task:t - district_sandbox:l -> individual:i + district_sandbox:l -> leader:l companion_sandbox:i -> individual:i companion_sandbox:cp -> companionship_sandbox:cp companionship_sandbox:tcp -> companionship:c