From c596f69c81a8615c64f1237847ff87415cc6c954 Mon Sep 17 00:00:00 2001 From: Lucas Recoaro Date: Fri, 1 Mar 2024 14:26:02 +1300 Subject: [PATCH] Update Reset.md --- Reset.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Reset.md b/Reset.md index a51f53c8..cd4c81da 100644 --- a/Reset.md +++ b/Reset.md @@ -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`; @@ -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