]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 276497: Add link to Ravenbrook bugzilla-schema generator - Patch by Frédéric...
authorlpsolit%gmail.com <>
Thu, 30 Nov 2006 02:11:16 +0000 (02:11 +0000)
committerlpsolit%gmail.com <>
Thu, 30 Nov 2006 02:11:16 +0000 (02:11 +0000)
docs/xml/installation.xml

index 95e2fce0d89c1fba315651b806a6f05deb7cc338..5eb47c02035ccbe1d11a95d04714417f5a5e9585 100644 (file)
@@ -1,5 +1,5 @@
 <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.98.2.21 2006/11/21 21:19:26 lpsolit%gmail.com Exp $ -->
+<!-- $Id: installation.xml,v 1.98.2.22 2006/11/29 18:11:16 lpsolit%gmail.com Exp $ -->
 <chapter id="installing-bugzilla">
   <title>Installing Bugzilla</title>
 
     
     <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>