From 0fbea73581c7d2f578afdf5391396020901c5d3a Mon Sep 17 00:00:00 2001 From: Haakon Meland Eriksen Date: Mon, 9 Nov 2015 06:24:02 +0100 Subject: Keep only zot.meta.xml for schemaSpy report generation, not the report itself --- .../diagrams/auth_codes.implied2degrees.dot | 69 ---------------------- 1 file changed, 69 deletions(-) delete mode 100644 doc/schemaspy_hubzilla/diagrams/auth_codes.implied2degrees.dot (limited to 'doc/schemaspy_hubzilla/diagrams/auth_codes.implied2degrees.dot') diff --git a/doc/schemaspy_hubzilla/diagrams/auth_codes.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/auth_codes.implied2degrees.dot deleted file mode 100644 index e96b9c2d4..000000000 --- a/doc/schemaspy_hubzilla/diagrams/auth_codes.implied2degrees.dot +++ /dev/null @@ -1,69 +0,0 @@ -// dot 2.26.3 on Linux 3.2.0-4-686-pae -// SchemaSpy rev 590 -digraph "impliedTwoDegreesRelationshipsDiagram" { - 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" - ]; - "auth_codes":"client_id":w -> "clients":"client_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; - "auth_codes":"id":w -> "tokens":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; - "tokens":"client_id":w -> "clients":"client_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; - "auth_codes" [ - label=< - - - - - - - - -
auth_codes
idvarchar[40]
client_idvarchar[20]
redirect_urivarchar[200]
expiresint[10]
scopevarchar[250]
< 20 rows0 >
> - URL="auth_codes.html" - tooltip="auth_codes" - ]; - "clients" [ - label=< - - - - - - - - - -
clients
client_id
pw
redirect_uri
name
icon
uid
0 rows2 >
> - URL="clients.html" - tooltip="clients" - ]; - "tokens" [ - label=< - - - - - - - - - -
tokens
id
secret
client_id
expires
scope
uid
< 10 rows1 >
> - URL="tokens.html" - tooltip="tokens" - ]; -} -- cgit v1.2.3