Hi,

I'm getting the following error when trying to run the updater for 1.12:

[/** @version v1.11 @signature 934b8db8f97d6859d013b6219957724f @title Custom Queues, Columns Add custom queues, custom columns, and quick filter capabilities to the system. */ ALTER TABLE Support_queue ADD columns_id int(11) unsigned AFTER parent_id, ADD filter varchar(64) AFTER config, ADD root varchar(32) DEFAULT NULL AFTER filter, ADD path varchar(80) NOT NULL DEFAULT '/' AFTER root] Duplicate column name 'columns_id'

It appears I had a bunch of columns in my database that should not have existed.
I deleted these columns and re-ran the upgrade.
This is now resolved.
@ntozier can you please mark closed.

Write a Reply...