Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
MyPHPadmin or whatever tool you use to manage your database (Navicat, heidiSQL, ...). Then use it as a MySQL-query. If you are totally new to this you might want to read some SQL-tutorials before you start messing with the database![]()
[SQL] DELETE FROM p USING profile p JOIN survivor s ON s.unique_id = p.unique_id WHERE s.last_updated < now() - INTERVAL 1 MONTH;
[Err] 1451 - Cannot delete or update a parent row: a foreign key constraint fails (`test`.`cust_loadout_profile`, CONSTRAINT `cust_loadout_profile_ibfk_22` FOREIGN KEY (`unique_id`) REFERENCES `profile` (`unique_id`))