Files
TrinityCore2/sql/updates/2.4.3_old/780_characters.sql
maximius f8c2fbcdc3 *Move a bunch of old SQL files around!
--HG--
branch : trunk
2009-09-12 03:50:52 -07:00

3 lines
147 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;