mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-14 12:02:48 -04:00
* Renamed new sql files - thx for idea to Aokromes * Deleted useless files --HG-- branch : trunk
4 lines
180 B
SQL
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`;
|
|
|