Skip to content

Commit

Permalink
fix retreive location database issues
Browse files Browse the repository at this point in the history
  • Loading branch information
axgu committed May 27, 2024
1 parent 70d8b9b commit 2e7e16b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ enum Location {
OTHER
}

enum RetrieveLocation {
CUC
GHC
}

enum Category {
CLOTHING
CHARGER
Expand Down Expand Up @@ -102,7 +107,7 @@ model Item {
color Color
value Value
identifiable Boolean
retrieveLocation Location
retrieveLocation RetrieveLocation
itemLocation String
longDescription String?
auditLogs AuditLog[]
Expand Down

0 comments on commit 2e7e16b

Please sign in to comment.