ookamiiixd / baileys-api

Simple WhatsApp REST API with multiple device support
MIT License
433 stars 329 forks source link

How do i run migration on windows 10 ? #131

Closed pasya1912 closed 1 year ago

pasya1912 commented 1 year ago

im new to this prisma thing. how do i run migration with it ? thanks

pasya1912 commented 1 year ago

image what should i do first ?

kampit commented 1 year ago

image what should i do first ?

Update your .env connection

npx prisma migrate dev

or

npx prisma db push