diff options
| author | leak <leakzx@googlemail.com> | 2011-04-06 11:20:01 +0200 |
|---|---|---|
| committer | leak <leakzx@googlemail.com> | 2011-04-06 11:20:01 +0200 |
| commit | 9456ae7199437f1762050c0b2b98294e80a37eb6 (patch) | |
| tree | dac36269ef664139c4437d5030d7f3639ff56a38 /sql/base | |
| parent | ae3ab32ea5bf697a7b3f6d1fbc0740d7404d7c92 (diff) | |
SQL/Arena: Removing ambiguous personalRating column until things are sorted out
Diffstat (limited to 'sql/base')
| -rw-r--r-- | sql/base/characters_database.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index 99f3e6fcd4f..cac288e160a 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -167,7 +167,6 @@ CREATE TABLE `arena_team_member` ( `weekWins` smallint(5) unsigned NOT NULL DEFAULT '0', `seasonGames` smallint(5) unsigned NOT NULL DEFAULT '0', `seasonWins` smallint(5) unsigned NOT NULL DEFAULT '0', - `personalRating` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`arenateamid`,`guid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; |
