mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 00:48:39 +01:00
DB/Misc: Set default value of ScriptName for conditions
This commit is contained in:
1
sql/updates/world/4.3.4/2021_06_27_00_world.sql
Normal file
1
sql/updates/world/4.3.4/2021_06_27_00_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `conditions` CHANGE COLUMN `ScriptName` `ScriptName` CHAR(64) NOT NULL DEFAULT '' COLLATE 'utf8mb4_unicode_ci' AFTER `ErrorTextId`;
|
||||
Reference in New Issue
Block a user