Skip to content

Commit

Permalink
#30 dire_team_id is wrong type in db table
Browse files Browse the repository at this point in the history
  • Loading branch information
kronusme committed Jul 10, 2013
1 parent ad75876 commit b591e0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql-updates/2013-07-10-0001.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE `matches`
CHANGE COLUMN `dire_team_id` `dire_team_id` INT(11) UNSIGNED NULL DEFAULT NULL AFTER `radiant_team_complete`;

0 comments on commit b591e0a

Please sign in to comment.