Merge pull request #161 from AlvinZhu/PR1

fix db name
This commit is contained in:
ZhengPeiRu21 2023-03-06 23:10:25 -07:00 committed by GitHub
commit 0b81c0c7e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 6 deletions

View File

View File

@ -1,5 +1,3 @@
USE acore_playerbots;
DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_abbrevation`; DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_abbrevation`;
CREATE TABLE `playerbots_dungeon_suggestion_abbrevation` ( CREATE TABLE `playerbots_dungeon_suggestion_abbrevation` (
`id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE, `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`; DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_definition`;
CREATE TABLE `playerbots_dungeon_suggestion_definition` ( CREATE TABLE `playerbots_dungeon_suggestion_definition` (
`id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE, `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`; DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_strategy`;
CREATE TABLE `playerbots_dungeon_suggestion_strategy` ( CREATE TABLE `playerbots_dungeon_suggestion_strategy` (
`id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE, `id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE,