aboutsummaryrefslogtreecommitdiff
path: root/rpkid/doc/irdbd.dot
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-04-16 20:32:12 +0000
committerRob Austein <sra@hactrn.net>2012-04-16 20:32:12 +0000
commit2d26c4f5e632286cf6a75e20229f95fa799f5147 (patch)
treee9179438e7d39a02ddb655bec818bdcb5a203e77 /rpkid/doc/irdbd.dot
parent6f45f4a6b5a65ab12db71623877ce075f218e98c (diff)
Clean up README files. Mostly this means changing them to pointers to
the real consolidated documentation. Delete old Doxygen-based rpkid manual and stuff that went with it, while retaining ability to generate Doxygen manual of internals for the libraries. This closes #232. svn path=/trunk/; revision=4424
Diffstat (limited to 'rpkid/doc/irdbd.dot')
-rw-r--r--rpkid/doc/irdbd.dot16
1 files changed, 0 insertions, 16 deletions
diff --git a/rpkid/doc/irdbd.dot b/rpkid/doc/irdbd.dot
deleted file mode 100644
index 42bafefc..00000000
--- a/rpkid/doc/irdbd.dot
+++ /dev/null
@@ -1,16 +0,0 @@
-// Automatically generated from irdbd.sql
-
-digraph test {
- edge [arrowtail=none, arrowhead=crow];
- graph [ratio=fill, overlap=false];
- node [label="\N", fillcolor=white, shape=record, style=filled];
- node1 [label="{registrant\n|registrant_id\ SERIAL\ [PK]\lregistrant_handle\ VARCHAR\ [U]\lregistrant_name\ TEXT\ [N]\lregistry_handle\ VARCHAR\ [U,N]\lvalid_until\ DATETIME\l}"];
- node2 [label="{registrant_asn\n|registrant_asn_id\ SERIAL\ [PK]\lstart_as\ BIGINT\lend_as\ BIGINT\lregistrant_id\ BIGINT\ [FK]\l}"];
- 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}"];
- node6 [label="{ghostbuster_request\n|ghostbuster_request_id\ SERIAL\ [PK]\lself_handle\ VARCHAR\lparent_handle\ VARCHAR\ [N]\lvcard\ LONGBLOB\l}"];
- node1 -> node2 [arrowtail=none, arrowhead=crow];
- node1 -> node3 [arrowtail=none, arrowhead=crow];
- node4 -> node5 [arrowtail=none, arrowhead=crow];
-}