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 86564f2 commit c596f69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Utilizar Empty_Database.db y migrarla con comando `argentums20-assets\tools\Migr
- ao20_gameserver_clone (MySql)
```
SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
TRUNCATE TABLE `attribute`;
TRUNCATE TABLE `bank_item`;
TRUNCATE TABLE `char_transfer_record`;
TRUNCATE TABLE `guilds`;
Expand All @@ -43,7 +42,6 @@ TRUNCATE TABLE `statistics_users_online`;
TRUNCATE TABLE `tokens`;
TRUNCATE TABLE `user`;
SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS;
```

- ao20 sqlite
Expand Down

0 comments on commit c596f69

Please sign in to comment.