[Spacewalk-list] [SOLVED] Current packages in 1.6-nightly repo breaks Spacewalk

Miroslav Suchý msuchy at redhat.com
Tue Oct 18 08:46:07 UTC 2011


On 10/17/2011 09:09 PM, Scott Worthington wrote:
> spaceschema=# alter table rhnServerNetwork add column ip6addr varchar(45);
> ALTER TABLE
> spaceschema-# ^\Quit

Just note - you are missing one constraint, which is put there
automatically during build of package spacewalk-schema.

To be 100% on pair with schema you get with fresh install you have to
execute this query as well:
# alter table rhnservernetwork add constraint
vn_rhnservernetwork_ip6addr check (ip6addr::text <> ''::text);

-- 
Miroslav Suchy
Red Hat Satellite Engineering




More information about the Spacewalk-list mailing list