Skip to content

Commit

Permalink
Update schema.prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
TastyPumPum committed Oct 12, 2023
1 parent a268533 commit 7b0415e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ model UserStats {
honour_points Int @default(0)
slayer_task_streak Int @default(0)
slayer_wildy_task_streak Int @default(0)
slayer_wildy_task_streak Int @default(0)
slayer_superior_count Int @default(0)
slayer_unsired_offered Int @default(0)
slayer_chewed_offered Int @default(0)
Expand Down

0 comments on commit 7b0415e

Please sign in to comment.