From d4f4f4bfeab89fdecf86a3a3537bbc19abf31ab9 Mon Sep 17 00:00:00 2001 From: leak Date: Tue, 12 Apr 2011 09:34:35 +0200 Subject: SQL: Updated char db base --- sql/base/characters_database.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql/base') diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index 2b94f5e70ef..1573f65efdd 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -161,14 +161,14 @@ DROP TABLE IF EXISTS `arena_team_member`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `arena_team_member` ( - `arenateamid` int(10) unsigned NOT NULL DEFAULT '0', + `arenaTeamId` int(10) unsigned NOT NULL DEFAULT '0', `guid` int(10) unsigned NOT NULL DEFAULT '0', `weekGames` smallint(5) unsigned NOT NULL DEFAULT '0', `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`) + PRIMARY KEY (`arenaTeamId`,`guid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- cgit v1.2.3