Bug 298351

Summary: EUS: Add rhnChannel.receiving_updates boolean
Product: Red Hat Satellite 5 Reporter: James Bowes <jbowes>
Component: OtherAssignee: John Sanda <jsanda>
Status: CLOSED CURRENTRELEASE QA Contact: Bryan Kearney <bkearney>
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: bkearney, rhn-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 5.0.4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-12-10 14:37:02 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:
Bug Depends On:    
Bug Blocks: 253920    

Description James Bowes 2007-09-20 15:28:01 UTC
Add rhnChannel.receiving_updates boolean, to indicated if an eus channel is
still being updated.

Comment 1 John Sanda 2007-10-04 10:59:01 UTC
Added sql and dbchange scripts - alter_rhnChannel.sql and
289351.00.alter_rhnChannel.xml. 

Need to add a new attribute in Channel.java and update its hibernate mapping for
the new column.

Comment 2 John Sanda 2007-10-15 17:59:23 UTC
Updating summary to reflect that this is EUS work.

Comment 3 John Sanda 2007-10-18 17:57:28 UTC
Moving to ON_QA.

Comment 4 John Sanda 2007-10-18 17:59:16 UTC
Test Plan:

1. Use sqlplus or another SQL editor to look at the schema for the table
rhnChannel. 

2. Verify that there is a char(1) column, receiving_updates allowing only 'Y' or
'N' for its values.

Comment 5 James Bowes 2007-10-22 16:50:45 UTC
Verified.