summaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'sanitycheck.cgi')
-rwxr-xr-xsanitycheck.cgi4
1 files changed, 4 insertions, 0 deletions
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
###########################################################################