Skip to content

Commit

Permalink
fix type mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Feb 8, 2024
1 parent 7eb2df1 commit 4f7764d
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 @@ -64,7 +64,7 @@ model PrismaPool {
vaultVersion Int @default(2)
typeData Json @default("{}") @map("type_data")
typeData Json @default("{}")
tokens PrismaPoolToken[]
Expand Down

0 comments on commit 4f7764d

Please sign in to comment.