Hi Hossein: On Wed, 03 Dec 2008, Tibor Simko wrote: > This is a harmless warning you can safely ignore. We'll fix dbquery so > that it does not appear.
To fix the query on your site, you can do: $ echo "ALTER TABLE schTASK CHANGE host host varchar(255) NOT NULL default '';" | \ /opt/cds-invenio/bin/dbexec $ echo "ALTER TABLE hstTASK CHANGE host host varchar(255) NOT NULL default '';" | \ /opt/cds-invenio/bin/dbexec Best regards -- Tibor Simko ** CERN Document Server ** <http://cds.cern.ch/>
