summaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
diff options
context:
space:
mode:
authorwurblzap%gmail.com <>2005-12-14 05:14:26 +0100
committerwurblzap%gmail.com <>2005-12-14 05:14:26 +0100
commit758dc7bc0f2fdfb1c45b0aac032f3c3cb6d1d619 (patch)
tree9d705b501b25b7fc72c440f46b930910c9f8a846 /sanitycheck.cgi
parenta11b3fae7c4496fe725a026907966d4f13218527 (diff)
downloadbugzilla-758dc7bc0f2fdfb1c45b0aac032f3c3cb6d1d619.tar.gz
bugzilla-758dc7bc0f2fdfb1c45b0aac032f3c3cb6d1d619.tar.xz
Bug 319943: Sanity check should CrossCheck the user_id of email_setting and profile_setting tables.
Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
Diffstat (limited to 'sanitycheck.cgi')
-rwxr-xr-xsanitycheck.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/sanitycheck.cgi b/sanitycheck.cgi
index 8863315d3..902832300 100755
--- a/sanitycheck.cgi
+++ b/sanitycheck.cgi
@@ -361,6 +361,8 @@ CrossCheck("groups", "id",
CrossCheck("profiles", "userid",
['profiles_activity', 'userid'],
['profiles_activity', 'who'],
+ ['email_setting', 'user_id'],
+ ['profile_setting', 'user_id'],
["bugs", "reporter", "bug_id"],
["bugs", "assigned_to", "bug_id"],
["bugs", "qa_contact", "bug_id"],