Skip to content

Commit

Permalink
new item types to match frontned
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-zou18 committed Nov 27, 2024
1 parent 8faada3 commit a1d8a72
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lifescape-server/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,12 @@ model items {

enum ItemType {
WEAPON
ARMOR
Chest
CONSUMABLE
MATERIAL
HEADGEAR
CHESTGEAR
LEGGEAR
FOOTGEAR
QUEST
KEY
MISC
ACCESSORY
}

0 comments on commit a1d8a72

Please sign in to comment.