Bug 12835

Summary: oracle_setup.pl refers to non-existant field in bugs_activity
Product: [Community] Bugzilla Reporter: amoore
Component: Bugzilla GeneralAssignee: David Lawrence <dkl>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.8   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-06-23 00:02:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description amoore 2000-06-23 00:02:06 UTC
in the oracle_setup.pl script for using oracle under bugzilla, on about
line 1553, there is a sql statement:

my $sth = $dbh->prepare('SELECT DISTINCT field FROM bugs_activity');

The bugs_activity table has no field named 'field', but one named
'fieldid'.

Comment 1 David Lawrence 2000-06-23 14:55:36 UTC

*** This bug has been marked as a duplicate of 12834 ***