fix db name

This commit is contained in:
Alvin Zhu
2023-01-23 12:46:17 +08:00
parent 123ec85b86
commit 85bf1c7943
3 changed files with 0 additions and 6 deletions

View File

@@ -1,5 +1,3 @@
USE acore_playerbots;
DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_abbrevation`;
CREATE TABLE `playerbots_dungeon_suggestion_abbrevation` (
`id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE,

View File

@@ -1,5 +1,3 @@
USE acore_playerbots;
DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_definition`;
CREATE TABLE `playerbots_dungeon_suggestion_definition` (
`id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE,

View File

@@ -1,5 +1,3 @@
USE acore_playerbots;
DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_strategy`;
CREATE TABLE `playerbots_dungeon_suggestion_strategy` (
`id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE,