Files
TrinityCore/sql/updates/2.4.3_updates/741_characters.sql
Drahy f0bdc33ad3 * Moved old sql files to 2.3.4_updates folder
* Renamed new sql files - thx for idea to Aokromes
* Deleted useless files

--HG--
branch : trunk
2009-02-05 13:20:21 +01:00

4 lines
180 B
SQL

ALTER TABLE `gm_tickets` ADD `closed` tinyint(1) NOT NULL default '0' AFTER `timestamp`;
ALTER TABLE `gm_tickets` ADD `assignedto` int(10) NOT NULL default '0' AFTER `timestamp`;