mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-17 13:29:41 -04:00
e2a4b4d178
- Change uint16 closed guid to uint64 - Add createtime field --HG-- branch : trunk
2 lines
83 B
SQL
2 lines
83 B
SQL
ALTER TABLE `gm_tickets` ADD COLUMN `createtime` int(10) NOT NULL after `message`;
|