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 _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
