aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/hotfixes/master/2021_11_04_00_hotfixes.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/master/2021_11_04_00_hotfixes.sql b/sql/updates/hotfixes/master/2021_11_04_00_hotfixes.sql
index 6396ad85b20..05f8aec57e6 100644
--- a/sql/updates/hotfixes/master/2021_11_04_00_hotfixes.sql
+++ b/sql/updates/hotfixes/master/2021_11_04_00_hotfixes.sql
@@ -59,3 +59,5 @@ ALTER TABLE `ui_map` MODIFY `System` int(10) unsigned NOT NULL DEFAULT 0 AFTER `
ALTER TABLE `ui_map` MODIFY `Type` int(10) unsigned NOT NULL DEFAULT 0 AFTER `System`;
ALTER TABLE `world_effect` MODIFY `TargetType` tinyint(3) unsigned NOT NULL DEFAULT 0 AFTER `WhenToDisplay`;
+
+ALTER TABLE `hotfix_data` ADD `UniqueId` int(10) unsigned NOT NULL DEFAULT 0 AFTER `Id`;