* Last of the SQL clean up (for now -- until someone commits some crap again

* :P )

--HG--
branch : trunk
This commit is contained in:
runningnak3d
2008-12-23 10:14:58 +00:00
parent 30ff870a4e
commit c30c87a690
6 changed files with 6 additions and 6 deletions

View File

@@ -2,4 +2,4 @@ ALTER TABLE `guild_bank_tab`
CHANGE COLUMN `TabText` `TabText` text;
ALTER TABLE `character_aura` ADD `stackcount` INT NOT NULL DEFAULT '1' AFTER `effect_index` ;
ALTER TABLE `pet_aura` ADD `stackcount` INT NOT NULL DEFAULT '1' AFTER `effect_index` ;
ALTER TABLE `pet_aura` ADD `stackcount` INT NOT NULL DEFAULT '1' AFTER `effect_index`;

View File

@@ -1,2 +1,2 @@
ALTER TABLE `account`
CHANGE COLUMN `email` `email` text;
CHANGE COLUMN `email` `email` text;

View File

@@ -1,2 +1,2 @@
ALTER TABLE `guild_member` DROP INDEX `guid_key` ,
ADD UNIQUE `guid_key` ( `guid` );
ADD UNIQUE `guid_key` ( `guid` );

View File

@@ -10,4 +10,4 @@ ALTER TABLE arena_team_member CHANGE wins_season wons_season int(10) unsigned NO
ALTER TABLE `arena_team_member` DROP COLUMN `points_to_add`;
ALTER TABLE `arena_team_member` ADD COLUMN `personal_rating` int(10) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `characters` ADD COLUMN `arena_pending_points` int(10) UNSIGNED NOT NULL default '0' AFTER `taxi_path`;
ALTER TABLE `characters` ADD COLUMN `arena_pending_points` int(10) UNSIGNED NOT NULL default '0' AFTER `taxi_path`;

View File

@@ -71,4 +71,4 @@ SET
`a`.`personal_rating` = `b`.`atpr`
WHERE
`a`.`arenateamid` = `b`.`atid` AND
`a`.`guid` = `b`.`b_guid`;
`a`.`guid` = `b`.`b_guid`;

View File

@@ -1,2 +1,2 @@
ALTER TABLE characters
CHANGE COLUMN gmstate extra_flags int(11) unsigned NOT NULL default '0';
CHANGE COLUMN gmstate extra_flags int(11) unsigned NOT NULL default '0';