Gerardo Ascencio
Gerardo Ascencio
Additionally our org could use different permissions for different projects. e.g. I'd like to give most of my team members full access to our staging db, but only read access...
@kiwicopple I only see Developer, Owner and Administrator roles. This thread is about fine-grained control con who has read and write access. I.e. giving a specific developer write access while...
Not sure but could this PR in the storage-api fix it? https://github.com/supabase/storage-api/pull/394
@chrishoermann This `schema.prisma` results in the error from my original post, using latest versions of `zod-prisma-types`, `prisma`, and `@prisma/client`: ``` generator jsclient { provider = "prisma-client-js" previewFeatures = ["fullTextSearch"] binaryTargets...
Wow this seems to have worked thanks so much @chrishoermann