Skip to content

Commit

Permalink
Merge pull request #38 from complexdatacollective/fix/protocol-create…
Browse files Browse the repository at this point in the history
…-query

Bug Fix: Updating Asset model schema
  • Loading branch information
jthrilly authored Dec 4, 2023
2 parents 1df3e8c + 52763fc commit 040d793
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 @@ -28,7 +28,7 @@ model Protocol {
}

model Asset {
key String @id @unique
key String @id
assetId String @unique
name String
type String
Expand Down

0 comments on commit 040d793

Please sign in to comment.