Added tip about checking sanitycheck.cgi if you make schema changes,
per bug 98049. git-svn-id: svn://10.0.0.236/trunk@108613 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user