Skip to content

Commit

Permalink
Update Reset.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RecoX authored Mar 1, 2024
1 parent 1833a93 commit 86564f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS;

- ao20 sqlite
```
DELETE FROM attribute;
DELETE FROM bank_item;
DELETE FROM char_transfer_record;
DELETE FROM guilds;
DELETE FROM guilds_members;
DELETE FROM guild_members;
DELETE FROM guild_member_history;
DELETE FROM guild_request;
DELETE FROM guild_request_history;
Expand All @@ -63,7 +62,6 @@ DELETE FROM quest;
DELETE FROM quest_done;
DELETE FROM skillpoint;
DELETE FROM spell;
DELETE FROM statistics_users_online;
DELETE FROM tokens;
DELETE FROM user;
```
Expand Down

0 comments on commit 86564f2

Please sign in to comment.