Re: [CSCMail-Users] (no subject)
Brought to you by:
countzer0
From: Count Z. <cou...@cy...> - 2001-12-06 18:06:53
|
When you upgraded, did you add the "type" field to the database? With PostgreSQL, the appropriate statements are: > UPGRADERS: > > There has been a change to the boxlist table in the database... > > alter table boxlist add column type text; > > update boxlist set type = 'local'; > update boxlist set type = 'search' where id = 100; > update boxlist set type = 'virtual' where id > 100; > update boxlist set sibling = NULL where sibling = 65535; -CZ ----- Original Message ----- From: Homer Parker <hp...@ho...> To: <csc...@li...> Sent: Thursday, December 06, 2001 12:28 PM Subject: [CSCMail-Users] (no subject) |