diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-10 08:41:33 +1100 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-10 08:41:33 +1100 |
commit | 98146eae076a7eff315c4927ad1fc2ee2a06ade8 (patch) | |
tree | cff0424b3c0d47aea91bee95530a288c42d6211b /doc/schemaspy_hubzilla/diagrams/summary/updates.1degree.dot | |
parent | c277039fb40fb1fb1962f815d34f31c3056f209c (diff) | |
parent | 0fbea73581c7d2f578afdf5391396020901c5d3a (diff) | |
download | volse-hubzilla-98146eae076a7eff315c4927ad1fc2ee2a06ade8.tar.gz volse-hubzilla-98146eae076a7eff315c4927ad1fc2ee2a06ade8.tar.bz2 volse-hubzilla-98146eae076a7eff315c4927ad1fc2ee2a06ade8.zip |
Merge pull request #134 from HaakonME/master
Keep only zot.meta.xml for schemaSpy report generation
Diffstat (limited to 'doc/schemaspy_hubzilla/diagrams/summary/updates.1degree.dot')
-rw-r--r-- | doc/schemaspy_hubzilla/diagrams/summary/updates.1degree.dot | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/schemaspy_hubzilla/diagrams/summary/updates.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/updates.1degree.dot deleted file mode 100644 index e779f8247..000000000 --- a/doc/schemaspy_hubzilla/diagrams/summary/updates.1degree.dot +++ /dev/null @@ -1,36 +0,0 @@ -// dot 2.26.3 on Linux 3.2.0-4-686-pae -// SchemaSpy rev 590 -digraph "updates" { - 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" - ]; - "updates" [ - label=< - <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> - <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> - <TR><TD PORT="ud_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">ud_id</TD></TR> - <TR><TD PORT="ud_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_hash</TD></TR> - <TR><TD PORT="ud_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_guid</TD></TR> - <TR><TD PORT="ud_date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_date</TD></TR> - <TR><TD PORT="ud_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_last</TD></TR> - <TR><TD PORT="ud_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_flags</TD></TR> - <TR><TD PORT="ud_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_addr</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/updates.html" - tooltip="updates" - ]; -} |