Skip to content

Commit

Permalink
fix: added forgotten migration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien MAIRE authored and Julien MAIRE committed Feb 3, 2025
1 parent 10553a3 commit cc2b7ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions supabase/migrations/20240131101200_update_game_state_type.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALTER TABLE games
ALTER COLUMN game_state TYPE JSONB
USING game_state::JSONB;

0 comments on commit cc2b7ea

Please sign in to comment.