diff options
| author | Drahy <none@none> | 2009-02-04 18:18:41 +0100 |
|---|---|---|
| committer | Drahy <none@none> | 2009-02-04 18:18:41 +0100 |
| commit | 5d4d9530556eb66940775f12c3cc5f3c115447ca (patch) | |
| tree | 9478f943159ed27067c027cc7d7989dcf2e75fb1 /sql/updates/725_characters.sql | |
| parent | 2552fe2dc19ad34a25147b528ecf4436d8eb1904 (diff) | |
* Cleaned up sql files from updates folder still in progress
* Also finally cleaned up full scripts file
* Reduced amount of querries in sql files
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/725_characters.sql')
| -rw-r--r-- | sql/updates/725_characters.sql | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/updates/725_characters.sql b/sql/updates/725_characters.sql index 17a87769b12..675c6721602 100644 --- a/sql/updates/725_characters.sql +++ b/sql/updates/725_characters.sql @@ -1,5 +1,5 @@ ALTER TABLE `character_ticket` RENAME TO `gm_tickets`; -ALTER TABLE gm_tickets CHANGE `guid` `playerGuid` int(11) unsigned NOT NULL default '0'; -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';
\ No newline at end of file +ALTER TABLE `gm_tickets` CHANGE `guid` `playerGuid` int(11) unsigned NOT NULL default '0'; +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';
\ No newline at end of file |
