Merge pull request #724 from hermensbas/feature/alignment_core_data_folder

placed playerbot sql folder into data folder as core/module describes
This commit is contained in:
Yunfan Li 2024-11-18 15:36:27 +08:00 committed by GitHub
commit 9bea66bedc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
40 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@ CREATE TABLE IF NOT EXISTS `updates_include` (
DELETE FROM `updates_include`;
/*!40000 ALTER TABLE `updates_include` DISABLE KEYS */;
INSERT INTO `updates_include` (`path`, `state`) VALUES
('$/sql/playerbots/updates', 'RELEASED'),
('$/sql/playerbots/custom', 'CUSTOM'),
('$/sql/playerbots/archive', 'ARCHIVED');
('$/data/sql/playerbots/updates', 'RELEASED'),
('$/data/sql/playerbots/custom', 'CUSTOM'),
('$/data/sql/playerbots/archive', 'ARCHIVED');
/*!40000 ALTER TABLE `updates_include` ENABLE KEYS */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;