mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
feat(DB/Account): Delete auto increment in account table (#10879)
This commit is contained in:
@@ -41,7 +41,7 @@ CREATE TABLE IF NOT EXISTS `account` (
|
||||
`totaltime` INT unsigned NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `idx_username` (`username`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COMMENT='Account System';
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Account System';
|
||||
|
||||
-- Дамп данных таблицы acore_auth.account: ~0 rows (приблизительно)
|
||||
DELETE FROM `account`;
|
||||
|
||||
Reference in New Issue
Block a user