Skip to content

Commit

Permalink
v3.1 of query page
Browse files Browse the repository at this point in the history
  • Loading branch information
MrShepherd committed Nov 6, 2016
1 parent b04c6b4 commit f3eb0af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/summary.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ INSERT INTO summary
)
) c
ON b.player_name = c.player_name;

update summary set player_team_short_name='' WHERE player_team_short_name='路人';
update summary set player_country='' where player_country='unknown';

0 comments on commit f3eb0af

Please sign in to comment.