mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
Removed useless comment columns from the pool system DB tables.
--HG-- branch : trunk
This commit is contained in:
2
sql/updates/8607_world_pool_creature.sql
Normal file
2
sql/updates/8607_world_pool_creature.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
UPDATE `pool_creature` SET `description` = `comment` WHERE `comment` <> '' AND `comment` IS NOT NULL AND (`description` = '' OR `description` IS NULL);
|
||||
ALTER TABLE `pool_creature` DROP COLUMN `comment`;
|
||||
2
sql/updates/8607_world_pool_tempate.sql
Normal file
2
sql/updates/8607_world_pool_tempate.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
UPDATE `pool_template` SET `description` = `comment` WHERE `comment` <> '' AND `comment` IS NOT NULL AND (`description` = '' OR `description` IS NULL);
|
||||
ALTER TABLE `pool_template` DROP COLUMN `comment`;
|
||||
Reference in New Issue
Block a user