X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=sql%2Fschema.dot;h=16530d485f274edd1f550fa3e6136fd99df1fa6c;hb=477ea41b8890c9ffefd9f9b0fb58367492a59de9;hp=99fb6c422a2ae8389ba03f37933e82d126b03223;hpb=82963f2191eff35b295440782e4309ea3632cf55;p=eq%2F.git diff --git a/sql/schema.dot b/sql/schema.dot index 99fb6c4..16530d4 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 @@ -96,9 +92,8 @@ digraph schema { visit:c -> companionship:c visit:f -> family:f - - ppi:i -> elder:e - ppi:e -> elder:e + visit:c1 -> presidency:e + visit:c2 -> presidency:e participation:e -> elder:e participation:a -> activity:a