Commit 758dc7bc authored by wurblzap%gmail.com's avatar wurblzap%gmail.com

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
parent a11b3fae
......@@ -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"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment