You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

4 lines
288 B

DROP TABLE IF EXISTS `tiki_games`;
DELETE FROM `tiki_menu_options` WHERE `menuId` = 42 AND `name` = 'Games' AND `url` = 'tiki-list_games.php';
DELETE FROM `users_permissions` WHERE `permName` = 'tiki_p_admin_games';
DELETE FROM `users_permissions` WHERE `permName` = 'tiki_p_play_games';