aboutsummaryrefslogtreecommitdiffstats
path: root/doc/schemaspy_hubzilla/diagrams/summary/outq.1degree.dot
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-08 16:57:56 +1100
committerredmatrix <redmatrix@redmatrix.me>2015-11-08 16:57:56 +1100
commit1874346c460c29a087bb81833c0b760a91e35970 (patch)
tree4037bfe80525236c0eb493fcf28f05f663ef83f9 /doc/schemaspy_hubzilla/diagrams/summary/outq.1degree.dot
parent16040063dc7bea1f6d4d76131ae8f84505531900 (diff)
parentdf2b687a95b8ad6ed58d9557aaa837f88b57f04a (diff)
downloadvolse-hubzilla-1874346c460c29a087bb81833c0b760a91e35970.tar.gz
volse-hubzilla-1874346c460c29a087bb81833c0b760a91e35970.tar.bz2
volse-hubzilla-1874346c460c29a087bb81833c0b760a91e35970.zip
Merge pull request #129 from HaakonME/master
Hubzilla database entity-relationship documentation and HonO fix
Diffstat (limited to 'doc/schemaspy_hubzilla/diagrams/summary/outq.1degree.dot')
-rw-r--r--doc/schemaspy_hubzilla/diagrams/summary/outq.1degree.dot41
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/schemaspy_hubzilla/diagrams/summary/outq.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/outq.1degree.dot
new file mode 100644
index 000000000..d2483ad22
--- /dev/null
+++ b/doc/schemaspy_hubzilla/diagrams/summary/outq.1degree.dot
@@ -0,0 +1,41 @@
+// dot 2.26.3 on Linux 3.2.0-4-686-pae
+// SchemaSpy rev 590
+digraph "outq" {
+ graph [
+ rankdir="RL"
+ bgcolor="#f7f7f7"
+ nodesep="0.18"
+ ranksep="0.46"
+ fontname="Helvetica"
+ fontsize="11"
+ ];
+ node [
+ fontname="Helvetica"
+ fontsize="11"
+ shape="plaintext"
+ ];
+ edge [
+ arrowsize="0.8"
+ ];
+ "outq" [
+ label=<
+ <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff">
+ <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR>
+ <TR><TD PORT="outq_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">outq_hash</TD></TR>
+ <TR><TD PORT="outq_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_account</TD></TR>
+ <TR><TD PORT="outq_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_channel</TD></TR>
+ <TR><TD PORT="outq_driver" COLSPAN="3" ALIGN="LEFT">outq_driver</TD></TR>
+ <TR><TD PORT="outq_posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_posturl</TD></TR>
+ <TR><TD PORT="outq_async" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_async</TD></TR>
+ <TR><TD PORT="outq_delivered" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_delivered</TD></TR>
+ <TR><TD PORT="outq_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_created</TD></TR>
+ <TR><TD PORT="outq_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_updated</TD></TR>
+ <TR><TD PORT="outq_notify" COLSPAN="3" ALIGN="LEFT">outq_notify</TD></TR>
+ <TR><TD PORT="outq_msg" COLSPAN="3" ALIGN="LEFT">outq_msg</TD></TR>
+ <TR><TD PORT="outq_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_priority</TD></TR>
+ <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR>
+ </TABLE>>
+ URL="tables/outq.html"
+ tooltip="outq"
+ ];
+}