Skip to content

Commit 6e2257c

Browse files
committed
Add rawImportBodies field to Wallet model in schema.prisma
1 parent 4a5ec31 commit 6e2257c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prisma/schema.prisma

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ model Wallet {
3131
type String
3232
isArchived Boolean @default(false)
3333
clarityApiKey String?
34+
rawImportBodies Json?
3435
migrationTargetWalletId String?
3536
}
3637

0 commit comments

Comments
 (0)