You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing a microservices and want to migrate from SQLDatabase to Prisma
I done for one service and on the way with other services and found that model imported from only one @prisma/client so after generate multiple times, it only support for latest one
I am developing a microservices and want to migrate from
SQLDatabase
toPrisma
I done for one service and on the way with other services and found that model imported from only one
@prisma/client
so after generate multiple times, it only support for latest oneMy generate script:
"postinstall": "npx prisma generate --schema=news/prisma/schema.prisma && npx prisma generate --schema=sources/prisma/schema.prisma"
The text was updated successfully, but these errors were encountered: