Hi All,
I'm getting an error when attempting to upgrade OSTicket from 1.9.12 to 1.10, with the following error:
Error Log:
[/** * @signature 1ee831c854fe9f35115a3e672916bb91 * @version v1.10.0 * @title Make editable content translatable and add queues * * This patch adds support for translatable administratively editable * content, such as help topic names, department and group names, site page * and faq content, etc. * * This patch also transitions from the timezone table to the Olson timezone * database available in PHP 5.3. */ ALTER TABLE `ostick_attachment` ADD `lang` varchar(16) AFTER `inline`] Duplicate column name 'lang'I am not seeing a column 'lang' under osticket_attachment'
I've also tried to upgrade from 1.9.13 and 1.9.14 and received the same error.
Any help would be appreciated

