Core/DataStores: Updated db2 structures to 11.0.5

This commit is contained in:
Shauren
2024-10-30 14:40:23 +01:00
parent f6c37f6791
commit b0352ef78e
11 changed files with 245 additions and 44 deletions

View File

@@ -0,0 +1,11 @@
ALTER TABLE `broadcast_text_duration` MODIFY `BroadcastTextID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `Duration`;
ALTER TABLE `chr_customization_option`
DROP `ChrRacesID`,
DROP `Sex`;
ALTER TABLE `difficulty` ADD `Unknown1105` int NOT NULL DEFAULT 0 AFTER `GroupSizeSpellPointsCurveID`;
ALTER TABLE `lfg_dungeons` ADD `MaxPremadeGroupSize` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `MentorCharLevel`;
ALTER TABLE `spell_misc` ADD `Attributes16` int NOT NULL DEFAULT 0 AFTER `Attributes15`;