Skip to content

Commit

Permalink
fix(cli): studio when used with non-ascii chars
Browse files Browse the repository at this point in the history
  • Loading branch information
millsp committed Feb 21, 2024
1 parent 5077f3f commit af6c2de
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Expand Up @@ -77,8 +77,8 @@
"@prisma/internals": "workspace:*",
"@prisma/migrate": "workspace:*",
"@prisma/mini-proxy": "0.9.5",
"@prisma/studio": "0.498.0",
"@prisma/studio-server": "0.498.0",
"@prisma/studio": "0.499.0",
"@prisma/studio-server": "0.499.0",
"@swc/core": "1.4.1",
"@swc/jest": "0.2.36",
"@types/debug": "4.1.12",
Expand Down
Expand Up @@ -26,4 +26,6 @@ model relation_target {
waft_id Int? @unique
waft with_all_field_types? @relation("waft_rt", fields: [waft_id], references: [id])
wafts with_all_field_types[] @relation("waft_rt_list")
//❗ ensures that Studio can handle non-ascii chars (ie. привет, 世界)
}
33 changes: 18 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af6c2de

Please sign in to comment.