X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=sql%2Fschema.dot;h=fa99b9a0cb2feda823046771b044b42616d4019b;hb=bf339f318906f8965f5b81e9e4c5eb431f57219a;hp=8435656f5f7042ad06d6fdc4b7f645272192e714;hpb=abf09ae712c55d6e251ffd4a89dc63faa64b971a;p=eq%2F.git diff --git a/sql/schema.dot b/sql/schema.dot index 8435656..fa99b9a 100644 --- a/sql/schema.dot +++ b/sql/schema.dot @@ -7,11 +7,11 @@ digraph schema { shape = "record" ]; indiv [ - label = " indiv|| indiv_id| name|

phone| email| priesthood| prospective| ppi_pri| ppi_notes| int_pri| int_notes| attending| valid" + label = " indiv|| indiv_id| name| address|

phone| email| family| hh position| priesthood| steward| prospective| ppi_pri| ppi_notes| int_pri| int_notes| attending| valid" shape = "record" ]; companionship [ - label = " companionship|| indiv| aaronic| district| valid" + label = " companionship|| indiv| district| valid" shape = "record" ]; visit [ @@ -19,7 +19,7 @@ digraph schema { shape = "record" ]; interview [ - label = " interview|| interviewer| indiv| aaronic| date| notes| interview_type" + label = " interview|| interviewer| indiv| date| notes| interview_type" shape = "record" ]; activity [ @@ -34,18 +34,6 @@ digraph schema { label = "attendance|| indiv| date" shape = "record" ]; - child [ - label = " child|| family| name| birthday| indiv_id| valid" - shape = "record" - ]; - parent [ - label = "

parent|| family| name| birthday|

phone| address|indiv_id| valid" - shape = "record" - ]; - aaronic [ - label = " aaronic|| name|

phone| email| valid" - shape = "record" - ]; appointment [ label = " appointment||

presidency| family| indiv | date| time| location| uid" shape = "record" @@ -73,14 +61,12 @@ digraph schema { family:c -> companionship:c companionship:i -> indiv:i - companionship:a -> aaronic:a appointment:i -> indiv:i appointment:f -> family:f interview:il -> indiv:i interview:i -> indiv:i - interview:a -> aaronic:a presidency:i -> indiv:i presidency:d -> district:d @@ -100,6 +86,5 @@ digraph schema { attendance:i -> indiv:i - child:f -> family:f - parent:f -> family:f + indiv:f -> family:f }