On 03/20/2012 04:02 PM, senior.unix wrote: > I'm getting the below warning when I'm upgrading my RT 3.8.8 mySQL DB to > RT 4.0.5. > > I checked the source DB I used > mysql> SELECT * FROM `rt388`.`Tickets` where Type = 'approval'; > > and the upgraded DB using the below command > mysql> SELECT * FROM `rt405`.`Tickets` where Type = 'approval';
Tickets of a certain type have nothing to do with the warning about a _queue_. What does 'select Name from Queues;' return? Not having an ___Approvals queue will be... interesting.
