X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=sql%2Fschema.dot;h=d53f0b6c96c70d8a2e881fa58022584ab6e26b06;hb=39346e4dae3d877b8aceec8ed6b3dadd2be42d0c;hp=7d5d187d81b1e676ae3a3f0c81c9243492517128;hpb=8db2811d0e5bc42f91095ce711acc2971f6d40a2;p=eq%2F.git diff --git a/sql/schema.dot b/sql/schema.dot index 7d5d187..d53f0b6 100644 --- a/sql/schema.dot +++ b/sql/schema.dot @@ -95,7 +95,7 @@ digraph schema { shape = "record" ]; family_sandbox [ - label = "family_sandbox|| family| tc_family| companionship" + label = "family_sandbox|| family| tc_family| individual| companionship" shape = "record" ]; @@ -151,6 +151,7 @@ digraph schema { companion_sandbox:cp -> companionship_sandbox:cp companionship_sandbox:d -> district_sandbox:d family_sandbox:tcf -> family:f + family_sandbox:i -> individual:i family_sandbox:cp -> companionship_sandbox:cp }