diff options
author | barnboy%trilobyte.net <> | 2001-11-21 04:56:31 +0100 |
---|---|---|
committer | barnboy%trilobyte.net <> | 2001-11-21 04:56:31 +0100 |
commit | 902fb109e0483ad66b17662bc76f2a643b8a4015 (patch) | |
tree | 15badfaff298fb25ba9a533ea6c16519d1c8848a /docs/xml | |
parent | 4d80ef1d6e392f1e2443892148f01f37a760e7a2 (diff) | |
download | bugzilla-902fb109e0483ad66b17662bc76f2a643b8a4015.tar.gz bugzilla-902fb109e0483ad66b17662bc76f2a643b8a4015.tar.xz |
Added tip about checking sanitycheck.cgi if you make schema changes,
per bug 98049.
Diffstat (limited to 'docs/xml')
-rw-r--r-- | docs/xml/patches.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/xml/patches.xml b/docs/xml/patches.xml index 151f985c1..ec68667b4 100644 --- a/docs/xml/patches.xml +++ b/docs/xml/patches.xml @@ -1,4 +1,4 @@ -<!-- <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> --> +<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> <appendix id="patches" xreflabel="Useful Patches and Utilities for Bugzilla"> <title>Useful Patches and Utilities for Bugzilla</title> @@ -365,6 +365,16 @@ else can cause confusion in CVS and other mozilla.org utilities. </para> </listitem> + <listitem> + <para> + Schema Changes + </para> + <para> + If you make schema changes, you should modify <filename>sanitycheck.cgi</filename> + to support the new schema. All referential columns should be checked. + </para> + </listitem> + <listitem> <para> Variable Names |