From 85bf1c794377e8c3158af5b6b9a6183be595b0dc Mon Sep 17 00:00:00 2001 From: Alvin Zhu Date: Mon, 23 Jan 2023 12:46:17 +0800 Subject: [PATCH 1/2] fix db name --- .../base/playerbots_dungeon_suggestion_abbrevation.sql | 2 -- .../base/playerbots_dungeon_suggestion_definition.sql | 2 -- sql/playerbots/base/playerbots_dungeon_suggestion_strategy.sql | 2 -- 3 files changed, 6 deletions(-) diff --git a/sql/playerbots/base/playerbots_dungeon_suggestion_abbrevation.sql b/sql/playerbots/base/playerbots_dungeon_suggestion_abbrevation.sql index cca6372a..5aac7306 100644 --- a/sql/playerbots/base/playerbots_dungeon_suggestion_abbrevation.sql +++ b/sql/playerbots/base/playerbots_dungeon_suggestion_abbrevation.sql @@ -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, diff --git a/sql/playerbots/base/playerbots_dungeon_suggestion_definition.sql b/sql/playerbots/base/playerbots_dungeon_suggestion_definition.sql index 6f532e09..046ef88d 100644 --- a/sql/playerbots/base/playerbots_dungeon_suggestion_definition.sql +++ b/sql/playerbots/base/playerbots_dungeon_suggestion_definition.sql @@ -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, diff --git a/sql/playerbots/base/playerbots_dungeon_suggestion_strategy.sql b/sql/playerbots/base/playerbots_dungeon_suggestion_strategy.sql index 98147e28..af528138 100644 --- a/sql/playerbots/base/playerbots_dungeon_suggestion_strategy.sql +++ b/sql/playerbots/base/playerbots_dungeon_suggestion_strategy.sql @@ -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, From c532f5625245552c1fc0a760d7921e54be2b74c0 Mon Sep 17 00:00:00 2001 From: Alvin Zhu Date: Sat, 4 Feb 2023 22:27:52 +0800 Subject: [PATCH 2/2] fix warning --- sql/playerbots/archive/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 sql/playerbots/archive/.gitkeep diff --git a/sql/playerbots/archive/.gitkeep b/sql/playerbots/archive/.gitkeep new file mode 100644 index 00000000..e69de29b