Hugo FOYART
Hugo FOYART
Hello @TanishqGupta12 This is something you can handle in different places, depending on the role you describe : > Admin: Access to the User and Event models. This can be...
Hello @setcubillos , When you deploy to Vercel, are you running a script that pushes your schema to your database ? Through `prisma db push` or `prisma db migrate`
Can you see the new columns in your database ? In the example app we are doing this in the `vercel-build` script
Thanks for the details, we will have a look
Thanks for this, guess we have an issue with the new generator then, we will investigate
Hello @AntonAndreevichMoroz, the lib currently doesnt support nested orders, but I'd be glad to accept a PR that fixes this :)
Hello everyone, I encountered this issue aswell, and spent the day without being able to fix the issue. However, I managed to be able to see the wasm binaries in...
Hello everyone, I found a solution **that feels VERY HACKY** but, in my case, worked. I needed to edit the generated `internal/class.ts` file thats generated, and update the content of...
Done in 7.4.0