diff options
-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 |