aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorfunjoker <funjoker109@gmail.com>2021-11-03 12:05:43 +0100
committerfunjoker <funjoker109@gmail.com>2021-11-03 12:05:43 +0100
commita54c51c362426613be658e4a471b8fc866e82d57 (patch)
tree585a232bbe5d8e5d4a6b65211b387a174f62777c /sql
parent1e52f9fdf566320fd586127692c5a1c16e34f741 (diff)
Core/DB: Rename SoundEntriesID to SoundKitID in BroadcastText
This is the correct naming
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/hotfixes/master/2021_11_03_01_hotfixes.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/master/2021_11_03_01_hotfixes.sql b/sql/updates/hotfixes/master/2021_11_03_01_hotfixes.sql
new file mode 100644
index 00000000000..99f61b89416
--- /dev/null
+++ b/sql/updates/hotfixes/master/2021_11_03_01_hotfixes.sql
@@ -0,0 +1 @@
+ALTER TABLE `broadcast_text` CHANGE COLUMN `SoundEntriesID1` `SoundKitID1` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `ChatBubbleDurationMs`, CHANGE COLUMN `SoundEntriesID2` `SoundKitID2` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `SoundKitID1`;