# added manager_uid, cid for log
alter table crm_queue add manager_uid int unsigned default NULL, add cid int unsigned default NULL;
