Re: [Spacewalk-devel] Re: Branch 'sha256-support' - 135 commits - ... schema/spacewalk ...

2009-07-27 Thread Pradeep Kilambi

On 07/27/2009 01:54 PM, Milan Zazrivec wrote:

On Monday 27 July 2009 15:54:13 Pradeep Kilambi wrote:
   

diff --git a/schema/spacewalk/rhnsat/tables/rhnChannel.sql
b/schema/spacewalk/rhnsat/tables/rhnChannel.sql index 95a54dc..b4e1fab
100644
--- a/schema/spacewalk/rhnsat/tables/rhnChannel.sql
+++ b/schema/spacewalk/rhnsat/tables/rhnChannel.sql
@@ -49,6 +49,8 @@ rhnChannel
gpg_key_id  varchar2(14),
gpg_key_fp  varchar2(50),
end_of_life date,
+checksum_type_id number constraint rhn_channel_checksum_fk
+ references rhnChecksumType(id),
  receiving_updates  char(1)
 default 'Y'
 constraint rhn_channel_ru_nn not null
 


Now that rhnChannel table depends on rhnChecksumType, this relation
needs to be put into the Makefile.deps (and the pgsql branch equivalent)
so that the resulting schema deploys cleanly.
   


Thanks milan. Yea I was waiting for jortel to finish his merge. Before I 
make any further db changes.


~ Prad


-MZ

___
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel
   



--
--
Pradeep Kilambi
RHN Satellite Engineering
pkila...@redhat.com
Phone: +1 919 754 4285
RHCE # 805008680430554


___
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Re: Branch 'sha256-support' - 135 commits - ... schema/spacewalk ...

2009-07-27 Thread Jan Pazdziora
On Mon, Jul 27, 2009 at 07:54:32PM +0200, Milan Zazrivec wrote:
 On Monday 27 July 2009 15:54:13 Pradeep Kilambi wrote:
  diff --git a/schema/spacewalk/rhnsat/tables/rhnChannel.sql
  b/schema/spacewalk/rhnsat/tables/rhnChannel.sql index 95a54dc..b4e1fab
  100644
  --- a/schema/spacewalk/rhnsat/tables/rhnChannel.sql
  +++ b/schema/spacewalk/rhnsat/tables/rhnChannel.sql
  @@ -49,6 +49,8 @@ rhnChannel
  gpg_key_id  varchar2(14),
  gpg_key_fp  varchar2(50),
  end_of_life date,
  +checksum_type_id number constraint rhn_channel_checksum_fk
  + references rhnChecksumType(id),
   receiving_updates  char(1)
  default 'Y'
  constraint rhn_channel_ru_nn not null
 
 Now that rhnChannel table depends on rhnChecksumType, this relation
 needs to be put into the Makefile.deps (and the pgsql branch equivalent)
 so that the resulting schema deploys cleanly.

Also, shouldn't the id in rhnChecksumType and that checksum_type_id
here be some type of integer? It seems strange to see it defined as
generic number.

-- 
Jan Pazdziora
Satellite Engineering, Red Hat

___
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel