so it should look something like
DELETE FROM 6654654datastore WHERE title = 'arcadesettings' LIMIT 1;
ALTER TABLE 6654654user DROP arcadesettings;
ALTER TABLE 6654654usergroup DROP arcadepermissions;
DROP TABLE 6654654games;
DROP TABLE 6654654gamechallenges;
DROP TABLE 6654654gamesessions;
DROP TABLE 6654654gamenews;
DELETE FROM 6654654datastore WHERE title = 'arcadesettings' LIMIT 1;
DELETE FROM 6654654datastore WHERE title = 'scoresettings' LIMIT 1;
just like that? is that all right?
|