mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
*Fix gm_tickets sql. By Machiavelli.
--HG-- branch : trunk
This commit is contained in:
@@ -3,4 +3,4 @@ ALTER TABLE gm_tickets CHANGE `guid` `playerGuid` int(11) unsigned NOT NULL defa
|
||||
ALTER TABLE gm_tickets CHANGE `ticket_id` `guid` int(11) unsigned NOT NULL default '0';
|
||||
ALTER TABLE gm_tickets CHANGE `ticket_text` `message` text(0) NOT NULL;
|
||||
ALTER TABLE gm_tickets CHANGE `ticket_lastchange` `timestamp` int(10) NOT NULL default '0';
|
||||
ALTER TABLE gm_tickets ADD( `closed` bit(1) NOT NULL, `assignedto` int(10) NOT NULL default '0', `comment` text(0) NOT NULL default '');
|
||||
ALTER TABLE gm_tickets ADD( `closed` bit(1) NOT NULL, `assignedto` int(10) NOT NULL default '0');
|
||||
1
sql/updates/739_characters.sql
Normal file
1
sql/updates/739_characters.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE gm_tickets ADD `comment` text(0) NOT NULL;
|
||||
Reference in New Issue
Block a user