From f0c7611262b3948e72e8a18a036569a78f3b51f2 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Fri, 14 Jul 2006 03:07:57 +0000 Subject: Bug 69000: Permit a stored query to be marked "shared" and accessible by other users. Patch by Marc Schumann , r=vladd, a=myk --- sanitycheck.cgi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sanitycheck.cgi') diff --git a/sanitycheck.cgi b/sanitycheck.cgi index cfe5e1fe3..aeeee5ea9 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -418,8 +418,14 @@ CrossCheck("groups", "id", ["group_group_map", "grantor_id"], ["group_group_map", "member_id"], ["group_control_map", "group_id"], + ["namedquery_group_map", "group_id"], ["user_group_map", "group_id"]); +CrossCheck("namedqueries", "id", + ["namedqueries_link_in_footer", "namedquery_id"], + ["namedquery_group_map", "namedquery_id"], + ); + CrossCheck("profiles", "userid", ['profiles_activity', 'userid'], ['profiles_activity', 'who'], @@ -438,6 +444,7 @@ CrossCheck("profiles", "userid", ["longdescs", "who", "bug_id"], ["logincookies", "userid"], ["namedqueries", "userid"], + ["namedqueries_link_in_footer", "user_id"], ['series', 'creator', 'series_id', ['0']], ["watch", "watcher"], ["watch", "watched"], -- cgit v1.2.3-24-g4f1b