Skip to content

Commit

Permalink
Added migration to set MAX_HP to users
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Recoaro committed Jul 25, 2024
1 parent b58bc68 commit 4366e8f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE user SET max_hp = 10 WHERE max_hp IS NULL;

0 comments on commit 4366e8f

Please sign in to comment.