diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-09 14:56:53 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-09 14:56:53 -0800 |
commit | cda8fb338068ff8d5393580ee0cb15f8b080fb6f (patch) | |
tree | eaf686fab3c1ae66d954b1eda271c13732aa9cf3 /doc/schemaspy_hubzilla/diagrams/summary/xperm.1degree.dot | |
parent | 862a31007543c292ba3bcd6d56e390d83c1043be (diff) | |
parent | 98146eae076a7eff315c4927ad1fc2ee2a06ade8 (diff) | |
download | volse-hubzilla-cda8fb338068ff8d5393580ee0cb15f8b080fb6f.tar.gz volse-hubzilla-cda8fb338068ff8d5393580ee0cb15f8b080fb6f.tar.bz2 volse-hubzilla-cda8fb338068ff8d5393580ee0cb15f8b080fb6f.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'doc/schemaspy_hubzilla/diagrams/summary/xperm.1degree.dot')
-rw-r--r-- | doc/schemaspy_hubzilla/diagrams/summary/xperm.1degree.dot | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/schemaspy_hubzilla/diagrams/summary/xperm.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/xperm.1degree.dot deleted file mode 100644 index bc73e1def..000000000 --- a/doc/schemaspy_hubzilla/diagrams/summary/xperm.1degree.dot +++ /dev/null @@ -1,33 +0,0 @@ -// dot 2.26.3 on Linux 3.2.0-4-686-pae -// SchemaSpy rev 590 -digraph "xperm" { - 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" - ]; - "xperm" [ - label=< - <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> - <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xperm</TD></TR> - <TR><TD PORT="xp_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xp_id</TD></TR> - <TR><TD PORT="xp_client" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xp_client</TD></TR> - <TR><TD PORT="xp_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xp_channel</TD></TR> - <TR><TD PORT="xp_perm" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xp_perm</TD></TR> - <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> - </TABLE>> - URL="tables/xperm.html" - tooltip="xperm" - ]; -} |