[rt-users] DB schema diagrams
Matt Zagrabelny
mzagrabe at d.umn.edu
Thu Sep 29 10:37:22 EDT 2016
On Thu, Sep 29, 2016 at 9:34 AM, <elifree at free.fr> wrote:
> Hello,
>
> I'm looking for the schema diagrams for RT 4.2.12, but on the wiki
> (https://rt-wiki.bestpractical.com/wiki/Schema) there are no links for the
> following files :
> - Rt schema.svg
> - Rt4-schema-relationships.svg
> and I can't find them on our RT. I only find a schema.dot file in the docs
> directory of RT, but have no tool to open it.
dot can be converted to other forms:
dot -Tpng input.dot > output.png
-m
More information about the rt-users
mailing list