diff options
author | barnboy%trilobyte.net <> | 2008-04-04 13:48:08 +0200 |
---|---|---|
committer | barnboy%trilobyte.net <> | 2008-04-04 13:48:08 +0200 |
commit | 7273eb7c7707fe1562eea75c09348401d40ba979 (patch) | |
tree | 25c719ef175fb81182b36f44698a63e319f35e8f /docs/en | |
parent | b1282d3900d2e9eb7c2ad5fc020dcec802e9fd81 (diff) | |
download | bugzilla-7273eb7c7707fe1562eea75c09348401d40ba979.tar.gz bugzilla-7273eb7c7707fe1562eea75c09348401d40ba979.tar.xz |
Added tip about checking sanitycheck.cgi if you make schema changes,
per bug 98049.
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/patches.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/en/xml/patches.xml b/docs/en/xml/patches.xml index 151f985c1..ec68667b4 100644 --- a/docs/en/xml/patches.xml +++ b/docs/en/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 |