[Error] Migrate dev failed:
I get this message when using wasp db migrate-dev # init the db
"Unknown migrate arg(s): # init the db"
2 Replies
When i run Wasp start then this say:
👀 --- [Warning] Your wasp project reported following warnings during compilation: ---
- Your Prisma schema does not match your database, please run
wasp db migrate-dev
.Aha, just omit # and everything after it, thats a comment
So just run
wasp db migrate-dev