mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-14 04:02:53 -04:00
* Renamed new sql files - thx for idea to Aokromes * Deleted useless files --HG-- branch : trunk
2 lines
146 B
SQL
2 lines
146 B
SQL
ALTER TABLE `gm_tickets` CHANGE `guid` `guid` int(10) NOT NULL AUTO_INCREMENT;
|
|
ALTER TABLE `gm_tickets` CHANGE `closed` `closed` int(10) NOT NULL; |