diff options
author | Rob Austein <sra@hactrn.net> | 2010-04-02 14:53:32 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-04-02 14:53:32 +0000 |
commit | 753d01ce2ede96bf204dc75cf9a776799fc9f7ff (patch) | |
tree | 1a6b89c0934834eb97bd2ce89b5af149230637cf /rpkid/doc/irdbd.dot | |
parent | 8b3b77bfebbb192a77d35f899b45d9a568280d88 (diff) |
SQL Fairy has started putting in an explicit arrowhead setting, which
we now have to override to get the effect we want in SQL diagrams.
svn path=/rpkid/doc/Installation; revision=3157
Diffstat (limited to 'rpkid/doc/irdbd.dot')
-rw-r--r-- | rpkid/doc/irdbd.dot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rpkid/doc/irdbd.dot b/rpkid/doc/irdbd.dot index 74b5c103..8541092d 100644 --- a/rpkid/doc/irdbd.dot +++ b/rpkid/doc/irdbd.dot @@ -9,7 +9,7 @@ digraph test { node3 [label="{registrant_net\n|registrant_net_id\ SERIAL\ [PK]\lstart_ip\ VARCHAR\lend_ip\ VARCHAR\lversion\ TINYINT\lregistrant_id\ BIGINT\ [FK]\l}"]; node4 [label="{roa_request\n|roa_request_id\ SERIAL\ [PK]\lroa_request_handle\ VARCHAR\lasn\ BIGINT\l}"]; node5 [label="{roa_request_prefix\n|prefix\ VARCHAR\ [PK]\lprefixlen\ TINYINT\ [PK]\lmax_prefixlen\ TINYINT\ [PK]\lversion\ TINYINT\lroa_request_id\ BIGINT\ [PK,FK]\l}"]; - node1 -> node2 [arrowhead=normal]; - node1 -> node3 [arrowhead=normal]; - node4 -> node5 [arrowhead=normal]; + node1 -> node2 [arrowtail=none, arrowhead=crow]; + node1 -> node3 [arrowtail=none, arrowhead=crow]; + node4 -> node5 [arrowtail=none, arrowhead=crow]; } |