From 8cb6f0fa771a8c3c2374c8b2fcb7d4f2e5048ed5 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 14 Jun 2007 21:35:54 +0000 Subject: Bug 101179: Fully implement support for customised bug statuses and workflow (final checkin!) - Patch by Frédéric Buclin r=gerv a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sanitycheck.cgi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sanitycheck.cgi') diff --git a/sanitycheck.cgi b/sanitycheck.cgi index ab44a3a79..58033b828 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -496,6 +496,10 @@ CrossCheck('whine_events', 'id', CrossCheck('attachments', 'attach_id', ['attach_data', 'id']); +CrossCheck('bug_status', 'id', + ['status_workflow', 'old_status'], + ['status_workflow', 'new_status']); + ########################################################################### # Perform double field referential (cross) checks ########################################################################### -- cgit v1.2.3-24-g4f1b