diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-09 06:24:02 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-09 06:24:02 +0100 |
commit | 0fbea73581c7d2f578afdf5391396020901c5d3a (patch) | |
tree | e9aeb8fb49670ef44351be2623100a3bbc102654 /doc/schemaspy_hubzilla/diagrams/profdef.1degree.dot | |
parent | 1874346c460c29a087bb81833c0b760a91e35970 (diff) | |
download | volse-hubzilla-0fbea73581c7d2f578afdf5391396020901c5d3a.tar.gz volse-hubzilla-0fbea73581c7d2f578afdf5391396020901c5d3a.tar.bz2 volse-hubzilla-0fbea73581c7d2f578afdf5391396020901c5d3a.zip |
Keep only zot.meta.xml for schemaSpy report generation, not the report itself
Diffstat (limited to 'doc/schemaspy_hubzilla/diagrams/profdef.1degree.dot')
-rw-r--r-- | doc/schemaspy_hubzilla/diagrams/profdef.1degree.dot | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/doc/schemaspy_hubzilla/diagrams/profdef.1degree.dot b/doc/schemaspy_hubzilla/diagrams/profdef.1degree.dot deleted file mode 100644 index d01868b36..000000000 --- a/doc/schemaspy_hubzilla/diagrams/profdef.1degree.dot +++ /dev/null @@ -1,37 +0,0 @@ -// dot 2.26.3 on Linux 3.2.0-4-686-pae -// SchemaSpy rev 590 -digraph "oneDegreeRelationshipsDiagram" { - graph [ - rankdir="RL" - bgcolor="#f7f7f7" - label="\nGenerated by SchemaSpy" - labeljust="l" - nodesep="0.18" - ranksep="0.46" - fontname="Helvetica" - fontsize="11" - ]; - node [ - fontname="Helvetica" - fontsize="11" - shape="plaintext" - ]; - edge [ - arrowsize="0.8" - ]; - "profdef" [ - label=< - <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> - <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> - <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> - <TR><TD PORT="field_name" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">field_name</TD><TD PORT="field_name.type" ALIGN="LEFT">char[255]</TD></TR> - <TR><TD PORT="field_type" COLSPAN="2" ALIGN="LEFT">field_type</TD><TD PORT="field_type.type" ALIGN="LEFT">char[16]</TD></TR> - <TR><TD PORT="field_desc" COLSPAN="2" ALIGN="LEFT">field_desc</TD><TD PORT="field_desc.type" ALIGN="LEFT">char[255]</TD></TR> - <TR><TD PORT="field_help" COLSPAN="2" ALIGN="LEFT">field_help</TD><TD PORT="field_help.type" ALIGN="LEFT">char[255]</TD></TR> - <TR><TD PORT="field_inputs" COLSPAN="2" ALIGN="LEFT">field_inputs</TD><TD PORT="field_inputs.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> - <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> - </TABLE>> - URL="profdef.html" - tooltip="profdef" - ]; -} |