INSERT IGNORE INTO `category` (`ID`, `title`, `parentID`, `status`, `description`, `disablepreview`) VALUES (4060, 'Mobile-iOS', 4000, 1, NULL, 0);
INSERT IGNORE INTO `category` (`ID`, `title`, `parentID`, `status`, `description`, `disablepreview`) VALUES (4070, 'Mobile-Android', 4000, 1, NULL, 0);
UPDATE category set title = 'Mobile-Other' where title = 'Phone';