Skip to content

Commit

Permalink
Make coop_leaderboard.player_count non-null. Delete null-entries.
Browse files Browse the repository at this point in the history
Fixes #124.
  • Loading branch information
micheljung committed Aug 15, 2017
1 parent 797bb92 commit 92e8800
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations/V43__coop-leaderboard-player-count-not-null.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DELETE FROM coop_leaderboard WHERE player_count IS NULL;
ALTER TABLE coop_leaderboard MODIFY player_count TINYINT(2) NOT NULL;

0 comments on commit 92e8800

Please sign in to comment.