DB: Add Comment column to spell_scripts, event_scripts and waypoint_scripts

Closes #24932
This commit is contained in:
offl
2020-07-08 17:30:56 +02:00
committed by Killyana
parent 79c269c161
commit a2bf8693eb

View File

@@ -0,0 +1,4 @@
--
ALTER TABLE `spell_scripts` ADD COLUMN `Comment` varchar(255) NOT NULL DEFAULT '';
ALTER TABLE `event_scripts` ADD COLUMN `Comment` varchar(255) NOT NULL DEFAULT '';
ALTER TABLE `waypoint_scripts` ADD COLUMN `Comment` varchar(255) NOT NULL DEFAULT '';