Hi Everyone,Im trying to change color prioritys what i did is this :select * from ost_ticket_priority;With this command i can see the priority id's and priority colorsThen i change the color with this :update ost_ticket_priority set priority_color = "006600" where priority_id = 2;when i flush the privileges the color stays the same.Can anyone tell me what im doing wrong