Hi Andreas,

On Mon, Jan 20, 2003 at 01:57:59PM +0100, Andreas Haase wrote:

> in file DBUpdate-to-1.0.mysql.sql there is an sql error in the alter
> statement beginning in line 100.
> 
>       ALTER TABLE charset MODIFY
>           name VARCHAR (200) NOT NULL,
>           charset VARCHAR (50) NOT NULL,
>           comment VARCHAR (250)
>       ;
> 
> should be
> 
>       ALTER TABLE charset
>               MODIFY name VARCHAR (200) NOT NULL,
>               MODIFY charset VARCHAR (50) NOT NULL,
>               MODIFY comment VARCHAR (250)
>       ;

Thanks Andreas! :) I fixed it. 

> Andreas

  Martin

--
Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/
--
Perfection is our goal, excellence will be tolerated. -- J. Yahl

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to