Skip to content

Commit

Permalink
fix(client): Fix non-ascii characters handling in DataProxyEngien too
Browse files Browse the repository at this point in the history
Follow up to #23202
  • Loading branch information
SevInf authored and millsp committed Feb 20, 2024
1 parent af54665 commit 5077f3f
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -12,9 +12,6 @@ export default testMatrix.setupSchema(({ provider }) => {
url = env("DATABASE_URI_${provider}")
}
model User {
}
model User {
id ${idForProvider(provider)}
email String @unique // привет, 世界
Expand Down

0 comments on commit 5077f3f

Please sign in to comment.