Re: [otrs] Error in DBUpdate-to-1.0.mysql.sql of RC2

2003-01-20 Thread Martin Edenhofer
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

[otrs] Error in DBUpdate-to-1.0.mysql.sql of RC2

2003-01-20 Thread Andreas Haase
Hello, 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