Craig
Craig
WWasp-lang
Created by Craig on 5/21/2024 in #đŸ™‹questions
Can't open input file .../project-name/node_modules/.bin/prisma when running wasp db migrate-dev
@kapa.ai When I run wasp db studio I see the Task Models, but when I click on it I see the following error - 'Message: Error in Prisma Client request: Invalid prisma.task.findMany() invocation: The table main.Task does not exist in the current database.
Query: { "modelName": "Task", "operation": "findMany", "args": { "take": 100, "skip": 0, "select": { "id": true, "description": true, "isDone": true } } } '
9 replies