Update help
Hey, i want to apply a newer prisma schema to an older database (adding all new tables). The problem is, that it suggests me clearing the database but this isn't an option. It tells me something like "migration drift"
2 Replies
You selected the carefully hand-crafted route. A dev artisan will respond soon. Meanwhile, the
#ask-ai
channel awaits if you're curious!Hey 👋
Can you elaborate on what changes you did and the error message you are getting?
You made some changes in your schema.prisma file and ran
npx prisma migrate dev
command, right?