summaryrefslogtreecommitdiffstats
path: root/docs/xml/installation.xml
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-11-30 03:00:53 +0100
committerlpsolit%gmail.com <>2006-11-30 03:00:53 +0100
commitfc40faf0fed86fe453675320a3f7451686181843 (patch)
treec5f60e508224a810bef8b17559126473839bc922 /docs/xml/installation.xml
parentcd2b334fb47a995e0d11041e8960130a413fd222 (diff)
downloadbugzilla-fc40faf0fed86fe453675320a3f7451686181843.tar.gz
bugzilla-fc40faf0fed86fe453675320a3f7451686181843.tar.xz
Bug 276497: Add link to Ravenbrook bugzilla-schema generator - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave
Diffstat (limited to 'docs/xml/installation.xml')
-rw-r--r--docs/xml/installation.xml25
1 files changed, 20 insertions, 5 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index dabae0ae3..ad9bfffea 100644
--- a/docs/xml/installation.xml
+++ b/docs/xml/installation.xml
@@ -1,5 +1,5 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.134 2006/11/21 21:17:01 lpsolit%gmail.com Exp $ -->
+<!-- $Id: installation.xml,v 1.135 2006/11/29 18:00:53 lpsolit%gmail.com Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -729,10 +729,25 @@
<section id="database-engine">
<title>Database Server</title>
- <para>This section deals with configuring your database server for use
- with Bugzilla. Currently <xref linkend="mysql"/> and
- <xref linkend="postgresql"/> are available.</para>
-
+ <para>
+ This section deals with configuring your database server for use
+ with Bugzilla. Currently, MySQL (<xref linkend="mysql"/>) and
+ PostgreSQL (<xref linkend="postgresql"/>) are available.
+ </para>
+
+ <section id="database-schema">
+ <title>Bugzilla Database Schema</title>
+
+ <para>
+ The Bugzilla database schema is available at
+ <ulink url="http://www.ravenbrook.com/project/p4dti/tool/cgi/bugzilla-schema/">Ravenbrook</ulink>.
+ This very valuable tool can generate a written description of
+ the Bugzilla database schema for any version of Bugzilla. It
+ can also generate a diff between two versions to help someone
+ see what has changed.
+ </para>
+ </section>
+
<section id="mysql">
<title>MySQL</title>