Displaying 1 result from an estimated 1 matches for "7f05accf".
2006 Jan 10
1
Asterisk voicemail support
Hi,
I was wondering if anyone has had a problem adding the 'delete' field to
the voicemail_users table. I have no problems adding other fields e.g.
alter table voicemail_users add column hidefromdir varchar(3) NOT NULL
default 'no';
However when I do
alter table voicemail_users add column delete varchar(3) NOT NULL
default 'no';
I get a message telling me that I