diff options
| author | Chaz Brown <iamparadox@netscape.net> | 2009-04-10 07:02:34 -0400 |
|---|---|---|
| committer | Chaz Brown <iamparadox@netscape.net> | 2009-04-10 07:02:34 -0400 |
| commit | aa6347538a2b28c4b20628add52b7bc63a399c52 (patch) | |
| tree | d3eb8269d4051c1b616a6633f78aaf96cd247179 | |
| parent | c88b194e0a33111c7d62128f071cbe733242dd08 (diff) | |
Fix typo in characters.sql - Spotted by Tux
--HG--
branch : trunk
| -rw-r--r-- | sql/characters.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/characters.sql b/sql/characters.sql index a6808fb54b6..c2233b7e282 100644 --- a/sql/characters.sql +++ b/sql/characters.sql @@ -55,6 +55,7 @@ CREATE TABLE `arena_team_member` ( `played_season` int(10) unsigned NOT NULL default '0', `wons_season` int(10) unsigned NOT NULL default '0', `personal_rating` int(10) UNSIGNED NOT NULL DEFAULT '0', + PRIMARY KEY (`arenateamid`,`guid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- |
