I'm playing with nexus-prisma and I think I borked...
# orm-help
j
I'm playing with nexus-prisma and I think I borked my postgres db:
Copy code
org.postgresql.util.PSQLException: ERROR: schema "prisma" does not exist
I'm getting this error even after removing and rebuilding the prisma and postgres docker containers. Not sure what to do next. I'm working off the prisma-examples > typescript > graphql-auth example.
Looks like this was an issue with Prisma 1.27. After rolling back to 1.26.4 I was able to get past this error.