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 TABLE charset
                MODIFY name VARCHAR (200) NOT NULL,
                MODIFY charset VARCHAR (50) NOT NULL,
                MODIFY comment VARCHAR (250)
        ;

Bye,
Andreas

-- 
--------------- professional INTERNET services --------------

EastLink GmbH  - Augustusburger Strasse 1  - D-09111 Chemnitz
voice: +49-180-5432060  fax: +49-371-4320626  www.eastlink.de

_______________________________________________
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