• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How to delete accounts and players

zapo

Member
Joined
Nov 10, 2020
Messages
129
Solutions
3
Reaction score
11
How to safely remove all accounts with players (except a few) so that, for example, the player charms will also remove where lines is the player id.
 
Solution
As you can see there every reference is "ON DELETE CASCADE" which means if you delete for example an account it will also drop all player characters this account has, player character deletion leads to deletion of all of the references too etc.
So you only need to delete the account and it will safely delete every reference from the database.
As you can see there every reference is "ON DELETE CASCADE" which means if you delete for example an account it will also drop all player characters this account has, player character deletion leads to deletion of all of the references too etc.
So you only need to delete the account and it will safely delete every reference from the database.
 
Solution
Back
Top