X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=sql%2Fschema.dot;h=6c3999a5127d853a832593348fc7b8ab27ea7283;hb=061c8edc2c08b5463849df08d2a693398c379415;hp=99fb6c422a2ae8389ba03f37933e82d126b03223;hpb=82963f2191eff35b295440782e4309ea3632cf55;p=eq%2F.git diff --git a/sql/schema.dot b/sql/schema.dot index 99fb6c4..6c3999a 100644 --- a/sql/schema.dot +++ b/sql/schema.dot @@ -7,7 +7,7 @@ digraph schema { shape = "record" ]; elder [ - label = " elder|| name|

phone| ppi_pri| ppi_notes| int_pri| int_notes| attending| valid" + label = " elder|| name|

phone| email| priesthood| prospective| ppi_pri| ppi_notes| int_pri| int_notes| attending| valid" shape = "record" ]; companionship [ @@ -15,11 +15,11 @@ digraph schema { shape = "record" ]; visit [ - label = " visit|| family| companionship| date| notes| visited" + label = " visit|| family| companionship| companion1| companion2| date| notes| visited| visit_type" shape = "record" ]; - ppi [ - label = "

ppi|| interviewer| elder| date| notes|

eqpresppi" + interview [ + label = " interview|| interviewer| elder| aaronic| date| notes| interview_type" shape = "record" ]; activity [ @@ -43,7 +43,7 @@ digraph schema { shape = "record" ]; aaronic [ - label = " aaronic|| name|

phone| valid" + label = " aaronic|| name|

phone| email| valid" shape = "record" ]; appointment [ @@ -62,10 +62,6 @@ digraph schema { label = " district|| name| supervisor| valid" shape = "record" ]; - interview [ - label = " interview|| interviewer| elder| aaronic| date| notes" - shape = "record" - ]; presidency [ label = "

presidency|| elder| district| name| email| president| counselor| secreatary| valid" shape = "record" @@ -83,7 +79,7 @@ digraph schema { appointment:f -> family:f interview:e -> elder:e - interview:in -> elder:e + interview:i -> elder:e interview:a -> aaronic:a presidency:e -> elder:e @@ -97,9 +93,6 @@ digraph schema { visit:c -> companionship:c visit:f -> family:f - ppi:i -> elder:e - ppi:e -> elder:e - participation:e -> elder:e participation:a -> activity:a