Skip to content

Commit

Permalink
🗃️ Convert mysql icon varchar to text
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jun 20, 2023
1 parent eaadc59 commit 3b52363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prisma/mysql/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ model Typebot {
version String? @db.VarChar(10)
createdAt DateTime @default(now())
updatedAt DateTime @default(now()) @updatedAt
icon String? @db.VarChar(1000)
icon String? @db.Text()
name String @db.VarChar(255)
folderId String?
groups Json
Expand Down

0 comments on commit 3b52363

Please sign in to comment.