Messed up the commit history, so here is all the files rip, Credit to TrinityCore
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
|
||||
ALTER TABLE `characters` ADD `power8` int unsigned NOT NULL DEFAULT 0 AFTER `power7`;
|
||||
ALTER TABLE `characters` ADD `power9` int unsigned NOT NULL DEFAULT 0 AFTER `power8`;
|
||||
ALTER TABLE `characters` ADD `power10` int unsigned NOT NULL DEFAULT 0 AFTER `power9`;
|
||||
|
||||
ALTER TABLE `character_stats` ADD `maxpower8` int unsigned NOT NULL DEFAULT 0 AFTER `maxpower7`;
|
||||
ALTER TABLE `character_stats` ADD `maxpower9` int unsigned NOT NULL DEFAULT 0 AFTER `maxpower8`;
|
||||
ALTER TABLE `character_stats` ADD `maxpower10` int unsigned NOT NULL DEFAULT 0 AFTER `maxpower9`;
|
||||
@@ -1 +0,0 @@
|
||||
ALTER TABLE `characters` MODIFY `name` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL AFTER `account`;
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
-- TDB 1007.23041 characters
|
||||
-- TDB 1015.23071 characters
|
||||
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
|
||||
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/10.x/characters', 'ARCHIVED');
|
||||
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `character_battleground_data` ADD `queueId` BIGINT UNSIGNED NULL DEFAULT '0' AFTER `mountSpell`;
|
||||
|
||||
ALTER TABLE `pvpstats_battlegrounds` CHANGE `type` `type` int unsigned NOT NULL;
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE `groups` MODIFY `groupType` smallint unsigned NOT NULL AFTER `icon8`;
|
||||
Reference in New Issue
Block a user